summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-aa
blob: 3d402bd1f89fe7874b1a9c2dfb14cf2fc151fa6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4 2001/03/30 21:44:49 hubertf Exp $

--- misc.h.orig	Mon Oct  2 22:56:30 2000
+++ misc.h
@@ -23,7 +23,7 @@
 long random(void);
 #endif
 
-#if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__)
+#if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__) & !defined(__NetBSD__)
 #if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) || defined(_SCO_DS)
 void srandom(unsigned int);
 #else