summaryrefslogtreecommitdiff
path: root/games/nethack34/files/patch-ac
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-08-12 21:06:54 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-08-12 21:06:54 +0000
commitadeb2b50d815ad47390bbceab84d86c5df36d8f9 (patch)
treef8230bd811aa028e5d808b53636ee56ac190cdc7 /games/nethack34/files/patch-ac
parentUpdate to 0.10.1. (diff)
Don't pretend we are SysV. We are BSD.
Notes
Notes: svn path=/head/; revision=64448
Diffstat (limited to '')
-rw-r--r--games/nethack34/files/patch-ac20
1 files changed, 18 insertions, 2 deletions
diff --git a/games/nethack34/files/patch-ac b/games/nethack34/files/patch-ac
index d2eec6982326..dc4d9a236a94 100644
--- a/games/nethack34/files/patch-ac
+++ b/games/nethack34/files/patch-ac
@@ -1,5 +1,21 @@
---- include/unixconf.h.orig Mon Jul 17 11:03:51 2000
-+++ include/unixconf.h Fri Oct 13 10:06:57 2000
+--- include/unixconf.h.orig Thu Mar 21 08:42:56 2002
++++ include/unixconf.h Sun Jun 16 15:05:24 2002
+@@ -19,13 +19,13 @@
+ */
+
+ /* define exactly one of the following four choices */
+-/* #define BSD 1 */ /* define for 4.n BSD */
++#define BSD 1 /* define for 4.n 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 */
+ /* of Linux */
+ /* #define HPUX */ /* Hewlett-Packard's Unix, version 6.5 or higher */
+ /* use SYSV for < v6.5 */
@@ -47,7 +47,7 @@
* job control (note that AIX is SYSV otherwise)
* Also define this for AIX 3.2 */