summaryrefslogtreecommitdiff
path: root/textproc/agrep/files/patch-mgrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/agrep/files/patch-mgrep.c')
-rw-r--r--textproc/agrep/files/patch-mgrep.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/agrep/files/patch-mgrep.c b/textproc/agrep/files/patch-mgrep.c
new file mode 100644
index 000000000000..439326807c9f
--- /dev/null
+++ b/textproc/agrep/files/patch-mgrep.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- mgrep.c.orig Sat Apr 11 00:12:27 1992
++++ mgrep.c Sun Jul 21 03:50:47 2002
+@@ -1,6 +1,7 @@
+ /* Copyright (c) 1991 Sun Wu and Udi Manber. All Rights Reserved. */
+ /* multipattern matcher */
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #define MAXPAT 256
+ #define MAXLINE 1024