summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/patches/patch-ai')
-rw-r--r--mbone/sdr/patches/patch-ai19
1 files changed, 0 insertions, 19 deletions
diff --git a/mbone/sdr/patches/patch-ai b/mbone/sdr/patches/patch-ai
deleted file mode 100644
index a040560ed54..00000000000
--- a/mbone/sdr/patches/patch-ai
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ai,v 1.2 1999/01/15 23:56:47 hubertf Exp $
-
---- src/random.c.orig Wed Aug 5 17:16:03 1998
-+++ src/random.c Sat Jan 16 00:22:13 1999
-@@ -47,11 +47,13 @@
-
- static int randseed = 1;
-
-+#ifndef __NetBSD__
- void
--srandom(unsigned int seed)
-+srandom(unsigned long seed)
- {
- randseed = seed;
- }
-+#endif
-
- #if sparc && !__SUNPRO_C
- #ifdef __svr4__