diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-21 04:14:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-21 04:14:17 +0000 |
commit | fae5a028c5355f249dfce9ac63247cea61870207 (patch) | |
tree | be4204eec288d1f798b8c4d27923732acc41ad98 /games/nethack34/files/patch-ab | |
parent | 024a663e1a5a2824e24f78021f70b6fe70ca23e1 (diff) |
Notes
Diffstat (limited to 'games/nethack34/files/patch-ab')
-rw-r--r-- | games/nethack34/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/nethack34/files/patch-ab b/games/nethack34/files/patch-ab deleted file mode 100644 index 3fdb7858ad1a..000000000000 --- a/games/nethack34/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- ./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 |