aboutsummaryrefslogtreecommitdiff
path: root/games/nethack32/files/patch-ad
diff options
context:
space:
mode:
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