1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/nethack3-tty/files/patch-ad
Seiichirou Hiraoka 03d9e353db Fix 'missing rip.xpm' error.
patch-aa contains patch for some files.
So separate to some patch-a?
PR: ports/10680
Submitted by: h-nokubi@yyy.or.jp
1999-03-21 09:13:43 +00:00

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