summaryrefslogtreecommitdiff
path: root/games/nethack-lib/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-lib/patches/patch-af')
-rw-r--r--games/nethack-lib/patches/patch-af8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-lib/patches/patch-af b/games/nethack-lib/patches/patch-af
index 9b8feae32b3..c9259679f4c 100644
--- a/games/nethack-lib/patches/patch-af
+++ b/games/nethack-lib/patches/patch-af
@@ -1,7 +1,7 @@
-$NetBSD: patch-af,v 1.2 2000/08/10 17:50:07 pooka Exp $
+$NetBSD: patch-af,v 1.3 2002/03/22 17:26:25 pooka Exp $
---- include/unixconf.h.orig Mon Jul 17 04:03:51 2000
-+++ include/unixconf.h Thu Aug 10 18:30:45 2000
+--- include/unixconf.h.orig Thu Mar 21 01:42:56 2002
++++ include/unixconf.h Fri Mar 22 17:42:50 2002
@@ -19,20 +19,20 @@
*/
@@ -50,5 +50,5 @@ $NetBSD: patch-af,v 1.2 2000/08/10 17:50:07 pooka Exp $
+# endif
+# endif
#else
- # if defined(SYSV) || defined(DGUX) || defined(HPUX)
+ # if (defined(SYSV) || defined(DGUX) || defined(HPUX)) && !defined(LINUX)
# if defined(M_XENIX) || defined(__FreeBSD__)