diff options
Diffstat (limited to 'games/nethack-lib/patches/patch-ac')
-rw-r--r-- | games/nethack-lib/patches/patch-ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/nethack-lib/patches/patch-ac b/games/nethack-lib/patches/patch-ac index aa7f8c71cbe..f03456c62cd 100644 --- a/games/nethack-lib/patches/patch-ac +++ b/games/nethack-lib/patches/patch-ac @@ -1,21 +1,21 @@ -$NetBSD: patch-ac,v 1.7 2004/03/05 15:21:01 pooka Exp $ +$NetBSD: patch-ac,v 1.8 2005/12/19 17:47:04 joerg Exp $ --- include/system.h.orig 2003-12-08 01:39:13.000000000 +0200 +++ include/system.h 2004-03-05 15:44:53.000000000 +0200 -@@ -79,10 +79,10 @@ +@@ -79,10 +79,10 @@ typedef long off_t; # if !defined(__SC__) && !defined(LINUX) E long NDECL(random); # endif -# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__FreeBSD__)) || defined(RANDOM) -+# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__)) || defined(RANDOM) ++# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)) || defined(RANDOM) E void FDECL(srandom, (unsigned int)); # else -# if !defined(bsdi) && !defined(__FreeBSD__) -+# if !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__) ++# if !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) E int FDECL(srandom, (unsigned int)); # endif # endif -@@ -132,7 +132,7 @@ +@@ -132,7 +132,7 @@ E void FDECL(perror, (const char *)); E void FDECL(qsort, (genericptr_t,size_t,size_t, int(*)(const genericptr,const genericptr))); #else @@ -24,7 +24,7 @@ $NetBSD: patch-ac,v 1.7 2004/03/05 15:21:01 pooka Exp $ E int qsort(); # else # if !defined(LATTICE) && !defined(AZTEC_50) -@@ -421,7 +421,7 @@ +@@ -421,7 +421,7 @@ E size_t FDECL(strlen, (const char *)); # ifdef HPUX E unsigned int FDECL(strlen, (char *)); # else @@ -33,7 +33,7 @@ $NetBSD: patch-ac,v 1.7 2004/03/05 15:21:01 pooka Exp $ E int FDECL(strlen, (const char *)); # endif # endif /* HPUX */ -@@ -521,7 +521,7 @@ +@@ -521,7 +521,7 @@ E struct tm *FDECL(localtime, (const tim # endif # endif |