diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /games/nethack34/files/patch-ad | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'games/nethack34/files/patch-ad')
-rw-r--r-- | games/nethack34/files/patch-ad | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/nethack34/files/patch-ad b/games/nethack34/files/patch-ad deleted file mode 100644 index a14729508f45..000000000000 --- a/games/nethack34/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN ./include/system.h ../nethack-3.2.2/include/system.h ---- ./include/system.h Mon Nov 4 23:01:25 1996 -+++ ../nethack-3.2.2/include/system.h Sun Mar 21 17:25:02 1999 -@@ -80,7 +80,7 @@ - # if !defined(SUNOS4) || defined(RANDOM) - E void FDECL(srandom, (unsigned int)); - # else --# ifndef bsdi -+# if !defined(bsdi) && !defined(__FreeBSD__) - E int FDECL(srandom, (unsigned int)); - # endif - # endif |