summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-aa
blob: 2519888d7db48f33ed17e07138a5fada60a2e790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.5 2005/01/31 09:24:07 adam Exp $

--- misc.h.orig	2004-09-22 14:20:24.000000000 +0000
+++ misc.h
@@ -24,7 +24,7 @@
 long random(void);
 #endif
 
-#if !defined(__VMS) & !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__)
+#if !defined(__VMS) & !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