summaryrefslogtreecommitdiff
path: root/editors/mule/patches/patch-bd
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mule/patches/patch-bd')
-rw-r--r--editors/mule/patches/patch-bd14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/mule/patches/patch-bd b/editors/mule/patches/patch-bd
new file mode 100644
index 00000000000..a2fd6da52ce
--- /dev/null
+++ b/editors/mule/patches/patch-bd
@@ -0,0 +1,14 @@
+$NetBSD: patch-bd,v 1.1 2001/03/18 14:14:24 kei Exp $
+
+--- src/fns.c.orig Fri Oct 21 13:20:15 1994
++++ src/fns.c Sat Mar 17 15:31:28 2001
+@@ -64,7 +64,9 @@
+ unsigned long denominator;
+ extern long random ();
+ extern srandom ();
++#ifndef __NetBSD__
+ extern long time ();
++#endif
+
+ if (EQ (limit, Qt))
+ srandom (getpid () + time (0));