summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/global/patches/patch-ab11
-rw-r--r--devel/global/patches/patch-ac11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/global/patches/patch-ab b/devel/global/patches/patch-ab
new file mode 100644
index 00000000000..801e00fa24c
--- /dev/null
+++ b/devel/global/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 1999/04/26 18:34:42 garbled Exp $
+--- lib/mgets.c.orig Mon Apr 26 10:57:56 1999
++++ lib/mgets.c Mon Apr 26 10:58:24 1999
+@@ -34,6 +34,7 @@
+ #include <ctype.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include "die.h"
+ #include "mgets.h"
diff --git a/devel/global/patches/patch-ac b/devel/global/patches/patch-ac
new file mode 100644
index 00000000000..b590eeba443
--- /dev/null
+++ b/devel/global/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 1999/04/26 18:34:42 garbled Exp $
+--- lib/getdbpath.c.orig Mon Apr 26 11:02:00 1999
++++ lib/getdbpath.c Mon Apr 26 11:02:21 1999
+@@ -37,6 +37,7 @@
+
+ #include <unistd.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include "die.h"
+ #include "getdbpath.h"