mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
03d9e353db
patch-aa contains patch for some files. So separate to some patch-a? PR: ports/10680 Submitted by: h-nokubi@yyy.or.jp
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
diff -ruN ./include/system.h ../nethack-3.2.2/include/system.h
|
|
--- ./include/system.h Mon Nov 4 23:01:25 1996
|
|
+++ ../nethack-3.2.2/include/system.h Sun Mar 21 17:25: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
|