summaryrefslogtreecommitdiff
path: root/games/nethack-x11/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-x11/patches/patch-af')
-rw-r--r--games/nethack-x11/patches/patch-af25
1 files changed, 13 insertions, 12 deletions
diff --git a/games/nethack-x11/patches/patch-af b/games/nethack-x11/patches/patch-af
index 72bd923f725..fc0bf72d66a 100644
--- a/games/nethack-x11/patches/patch-af
+++ b/games/nethack-x11/patches/patch-af
@@ -1,20 +1,20 @@
-$NetBSD: patch-af,v 1.2 2003/03/01 21:12:52 pooka Exp $
+$NetBSD: patch-af,v 1.3 2003/09/02 00:30:57 pooka Exp $
---- include/unixconf.h.orig Thu Mar 21 01:42:56 2002
-+++ include/unixconf.h Fri Mar 22 17:42:50 2002
+--- include/unixconf.h.orig 2003-08-30 03:07:24.000000000 +0300
++++ include/unixconf.h 2003-09-02 02:55:54.000000000 +0300
@@ -19,20 +19,20 @@
*/
/* define exactly one of the following four choices */
--/* #define BSD 1 */ /* define for 4.n BSD */
-+#define BSD 1 /* define for 4.n BSD */
+-/* #define BSD 1 */ /* define for 4.n/Free/Open/Net BSD */
++#define BSD 1 /* define for 4.n/Free/Open/Net BSD */
/* also for relatives like SunOS 4.x, DG/UX, and */
/* older versions of Linux */
/* #define ULTRIX */ /* define for Ultrix v3.0 or higher (but not lower) */
/* Use BSD for < v3.0 */
/* "ULTRIX" not to be confused with "ultrix" */
-#define SYSV /* define for System V, Solaris 2.x, newer versions */
-+/* #define SYSV /* define for System V, Solaris 2.x, newer versions */
++/* #define SYSV */ /* define for System V, Solaris 2.x, newer versions */
/* of Linux */
/* #define HPUX */ /* Hewlett-Packard's Unix, version 6.5 or higher */
/* use SYSV for < v6.5 */
@@ -22,7 +22,7 @@ $NetBSD: patch-af,v 1.2 2003/03/01 21:12:52 pooka Exp $
/* define any of the following that are appropriate */
-#define SVR4 /* use in addition to SYSV for System V Release 4 */
-+/* #define SVR4 /* use in addition to SYSV for System V Release 4 */
++/* #define SVR4 */ /* use in addition to SYSV for System V Release 4 */
/* including Solaris 2+ */
#define NETWORK /* if running on a networked system */
/* e.g. Suns sharing a playground through NFS */
@@ -35,7 +35,7 @@ $NetBSD: patch-af,v 1.2 2003/03/01 21:12:52 pooka Exp $
/* Should be defined for most SYSV, SVR4 (including
* Solaris 2+), HPUX, and Linux systems. In
* particular, it should NOT be defined for the UNIXPC
-@@ -168,11 +168,15 @@
+@@ -168,6 +168,9 @@
#ifdef MAIL
# if defined(BSD) || defined(ULTRIX)
@@ -45,10 +45,11 @@ $NetBSD: patch-af,v 1.2 2003/03/01 21:12:52 pooka Exp $
# ifdef AMS
#define AMS_MAILBOX "/Mailbox"
# else
+@@ -177,6 +180,7 @@
#define DEF_MAILREADER "/usr/ucb/Mail"
--# endif
-+# endif
-+# endif
+ # endif
+ # endif
++#endif
#else
# if (defined(SYSV) || defined(DGUX) || defined(HPUX)) && !defined(LINUX)
- # if defined(M_XENIX) || defined(__FreeBSD__)
+ # if defined(M_XENIX)