diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-05-04 00:49:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-05-04 00:49:15 +0000 |
commit | dba1f175e97b4c45ca84f4319c7c6feb643493a8 (patch) | |
tree | bef9c3a141eb21970fc92f2d1d32b1edba9216b9 /www/analog/files/patch-ab | |
parent | Some port related improvements, no functional changes in mgetty itself. (diff) |
Update to 5.0
Submitted by: petef@databits.net
Notes
Notes:
svn path=/head/; revision=42233
Diffstat (limited to 'www/analog/files/patch-ab')
-rw-r--r-- | www/analog/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab index db1b2da82ba2..10cae850af90 100644 --- a/www/analog/files/patch-ab +++ b/www/analog/files/patch-ab @@ -1,6 +1,6 @@ ---- tree.c.orig Fri Dec 17 13:15:19 1999 -+++ tree.c Thu Dec 23 11:19:15 1999 -@@ -781,8 +781,16 @@ +--- src/tree.c.orig Thu May 3 19:31:50 2001 ++++ src/tree.c Thu May 3 19:32:22 2001 +@@ -803,8 +803,16 @@ } else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL) *name = "Unix:Linux"; |