summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-ac
blob: f31d3df3ca2418cdd9b441ebae993175ab472445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./misc.h.org	Tue Jun 25 01:50:41 1996
+++ ./misc.h	Tue Mar 25 18:20:30 1997
@@ -23,7 +23,9 @@
 
 #ifndef linux
 #if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
 void srandom(unsigned int);
+#endif
 #else
 int srandom(unsigned int);
 #endif	/* BSD4_4 */