summaryrefslogtreecommitdiff
path: root/lang/sr/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sr/patches/patch-ae')
-rw-r--r--lang/sr/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/sr/patches/patch-ae b/lang/sr/patches/patch-ae
new file mode 100644
index 00000000000..fbf9c52f7cd
--- /dev/null
+++ b/lang/sr/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1.1.1 2005/02/25 15:54:59 is Exp $
+
+--- rts/alloc.c.orig 1999-07-28 22:42:24.000000000 +0200
++++ rts/alloc.c
+@@ -5,7 +5,6 @@
+ */
+
+ #include "rts.h"
+-#include <varargs.h>
+
+ static Memh all_mem; /* header blocks for SR allocated memory */
+ static Mutex mem_mutex; /* protection for all_mem; acquired after res->rmutex.*/