diff options
author | Michael Haro <mharo@FreeBSD.org> | 2003-07-17 04:31:37 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2003-07-17 04:31:37 +0000 |
commit | bec8a181297ddd7ed432c617499444f5bfff12cb (patch) | |
tree | 413f0bfd1175775162553cbf5066f118e0bce570 /www/analog/files/patch-ab | |
parent | Update to 1.12.2 (diff) |
Upgrade Analog to 5.32 (includes fixes)
PR: 52100
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
Notes
Notes:
svn path=/head/; revision=85012
Diffstat (limited to 'www/analog/files/patch-ab')
-rw-r--r-- | www/analog/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab index c0171907bf11..3fc9222c85d4 100644 --- a/www/analog/files/patch-ab +++ b/www/analog/files/patch-ab @@ -1,7 +1,7 @@ ---- src/tree.c.orig Wed Jan 9 21:20:12 2002 -+++ src/tree.c Wed Jan 9 21:20:24 2002 -@@ -886,8 +886,16 @@ - } +--- src/tree.c.orig Sun Mar 23 13:57:02 2003 ++++ src/tree.c Sun May 11 10:25:45 2003 +@@ -895,8 +895,16 @@ + *name = "Macintosh"; else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL) *name = "Unix:Linux"; - else if (strstr(whole, "BSD") != NULL) |