summaryrefslogtreecommitdiff
path: root/games/nethack33-nox11/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack33-nox11/files/patch-ab')
-rw-r--r--games/nethack33-nox11/files/patch-ab39
1 files changed, 19 insertions, 20 deletions
diff --git a/games/nethack33-nox11/files/patch-ab b/games/nethack33-nox11/files/patch-ab
index 3fdb7858ad1a..fa0a14fb6988 100644
--- a/games/nethack33-nox11/files/patch-ab
+++ b/games/nethack33-nox11/files/patch-ab
@@ -1,20 +1,19 @@
---- ./include/system.h.orig Sat Dec 11 00:20:51 1999
-+++ ./include/system.h Sun Dec 12 20:44:40 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
-@@ -516,7 +516,7 @@
- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE))
- 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
+*** include/system.h.orig Thu Jan 6 11:20:08 2000
+--- include/system.h Sat Sep 23 01:08:09 2000
+***************
+*** 516,522 ****
+ # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE))
+ E time_t FDECL(time, (time_t *));
+ # else
+! E long FDECL(time, (time_t *));
+ # endif /* ULTRIX */
+
+ #ifdef VMS
+--- 516,522 ----
+ # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE))
+ E time_t FDECL(time, (time_t *));
+ # else
+! E time_t FDECL(time, (time_t *));
+ # endif /* ULTRIX */
+
+ #ifdef VMS