diff options
Diffstat (limited to 'devel/global/patches/patch-ab')
-rw-r--r-- | devel/global/patches/patch-ab | 11 |
1 files changed, 11 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" |