summaryrefslogtreecommitdiff
path: root/lang/snobol/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/snobol/patches/patch-ag')
-rw-r--r--lang/snobol/patches/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/snobol/patches/patch-ag b/lang/snobol/patches/patch-ag
new file mode 100644
index 00000000000..e27d1273d76
--- /dev/null
+++ b/lang/snobol/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2007/12/22 21:40:13 tnn Exp $
+
+--- lib/bsd/dynamic.c.orig 1997-02-13 07:31:42.000000000 +0100
++++ lib/bsd/dynamic.c
+@@ -2,6 +2,7 @@
+
+ /* allocate dynamic region on BSD */
+
++#include <sys/cdefs.h>
+ #include <sys/vadvise.h>
+
+ char *malloc();