diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-07-14 22:52:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-07-14 22:52:19 +0000 |
commit | 7bae408426e27fc87b3a07a4c4d1790c15ebbe4a (patch) | |
tree | 7a93e456d863cc014aaa5bd61a80de9ec6c4b9c2 | |
parent | ddf8c242daea31c9735a2e9776cc6b683eaa4baa (diff) | |
download | pkgsrc-7bae408426e27fc87b3a07a4c4d1790c15ebbe4a.tar.gz |
Fix compile warning reported in PR 5746 by Benjamin Lorenz <lorenz@ps.uni-sb.de>
-rw-r--r-- | graphics/xart/patches/patch-ad | 13 |
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 */ |