summaryrefslogtreecommitdiff
path: root/games/nethack32/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /games/nethack32/files/patch-ad
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Diffstat (limited to 'games/nethack32/files/patch-ad')
-rw-r--r--games/nethack32/files/patch-ad20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/nethack32/files/patch-ad b/games/nethack32/files/patch-ad
deleted file mode 100644
index 4ff9c983d5ca..000000000000
--- a/games/nethack32/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- include/system.h.orig Mon Nov 4 08:01:25 1996
-+++ include/system.h Sat Jun 19 16:18: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
-@@ -510,7 +510,7 @@
- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC)
- E time_t FDECL(time, (time_t *));
- # else
--E long FDECL(time, (time_t *));
-+E time_t FDECL(time, (time_t *));
- # endif /* ULTRIX */
-
- #ifdef VMS