diff options
Diffstat (limited to 'japanese/nethack34/files/patch-ac')
-rw-r--r-- | japanese/nethack34/files/patch-ac | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/japanese/nethack34/files/patch-ac b/japanese/nethack34/files/patch-ac deleted file mode 100644 index 7b5e921048b7..000000000000 --- a/japanese/nethack34/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- include/unixconf.h.orig Mon Feb 9 12:02:12 2004 -+++ include/unixconf.h Mon Feb 9 12:02:48 2004 -@@ -19,7 +19,7 @@ - */ - - /* define exactly one of the following four choices */ --/* #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) */ -@@ -143,7 +143,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL */ /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox -@@ -284,7 +284,7 @@ - #endif - - #if defined(BSD) || defined(ULTRIX) --# if !defined(DGUX) && !defined(SUNOS4) -+# if !defined(DGUX) && !defined(SUNOS4) && !defined(__FreeBSD__) - #define memcpy(d, s, n) bcopy(s, d, n) - #define memcmp(s1, s2, n) bcmp(s2, s1, n) - # endif |