summaryrefslogtreecommitdiff
path: root/graphics/xart/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xart/patches/patch-ad')
-rw-r--r--graphics/xart/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xart/patches/patch-ad b/graphics/xart/patches/patch-ad
new file mode 100644
index 00000000000..bf57df7aa22
--- /dev/null
+++ b/graphics/xart/patches/patch-ad
@@ -0,0 +1,13 @@
+Fix PR 5746 by Benjamin Lorenz <lorenz@ps.uni-sb.de>.
+
+--- misc.h.BAK Sun Jul 12 17:00:39 1998
++++ misc.h Sun Jul 12 17:00:53 1998
+@@ -24,7 +24,7 @@
+
+ #ifndef linux
+ #if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX)
+-void srandom(unsigned int);
++/* void srandom(unsigned int); */
+ #else
+ int srandom(unsigned int);
+ #endif /* BSD4_4 */