mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
2e20a797a1
PR: 111249 Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
12 lines
332 B
C
12 lines
332 B
C
--- fig.h.orig Fri Feb 24 12:15:16 2006
|
|
+++ fig.h
|
|
@@ -383,7 +383,7 @@
|
|
extern long random();
|
|
extern void srandom(unsigned int);
|
|
|
|
-#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux)
|
|
+#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__FreeBSD__)
|
|
extern void srandom(int);
|
|
|
|
#endif
|