From 2ddf8f3af7b592c00790eac6c7f7ff3028b0ec2c Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 5 Feb 1998 11:40:55 +0000 Subject: Don't prototype srandom on NetBSD (use system header file for that) --- graphics/xpaint/patches/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/xpaint') diff --git a/graphics/xpaint/patches/patch-ac b/graphics/xpaint/patches/patch-ac index 8ca7032c794..f31d3df3ca2 100644 --- a/graphics/xpaint/patches/patch-ac +++ b/graphics/xpaint/patches/patch-ac @@ -4,7 +4,7 @@ #ifndef linux #if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) -+#if !defined(__FreeBSD__) ++#if !defined(__FreeBSD__) && !defined(__NetBSD__) void srandom(unsigned int); +#endif #else -- cgit v1.2.3