diff options
Diffstat (limited to 'games/nethack34/files/patch-ac')
-rw-r--r-- | games/nethack34/files/patch-ac | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/nethack34/files/patch-ac b/games/nethack34/files/patch-ac index dc4d9a236a94..b145b918a153 100644 --- a/games/nethack34/files/patch-ac +++ b/games/nethack34/files/patch-ac @@ -1,5 +1,5 @@ ---- include/unixconf.h.orig Thu Mar 21 08:42:56 2002 -+++ include/unixconf.h Sun Jun 16 15:05:24 2002 +--- include/unixconf.h.orig Sun Feb 23 23:43:23 2003 ++++ include/unixconf.h Sun May 25 10:32:27 2003 @@ -19,13 +19,13 @@ */ @@ -34,3 +34,12 @@ /* The Andrew Message System does mail a little differently from normal * UNIX. Mail is deposited in the user's own directory in ~/Mailbox +@@ -280,7 +280,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 |