summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoragc <agc>1998-02-05 11:40:55 +0000
committeragc <agc>1998-02-05 11:40:55 +0000
commita2132b00acfa06c7e93f0702b9e6324774feff13 (patch)
tree36d46d35295871584b3b636ca4867de3888d8406 /graphics
parent6016922578bf8fcea5e08e6bc517948f79032b7e (diff)
downloadpkgsrc-a2132b00acfa06c7e93f0702b9e6324774feff13.tar.gz
Don't prototype srandom on NetBSD (use system header file for that)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpaint/patches/patch-ac2
1 files changed, 1 insertions, 1 deletions
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