diff options
Diffstat (limited to 'textproc/agrep/files/patch-parse.c')
-rw-r--r-- | textproc/agrep/files/patch-parse.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/agrep/files/patch-parse.c b/textproc/agrep/files/patch-parse.c new file mode 100644 index 000000000000..fe687b8ef9a4 --- /dev/null +++ b/textproc/agrep/files/patch-parse.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- parse.c.orig Fri Jan 17 20:14:43 1992 ++++ parse.c Sun Jul 21 03:50:47 2002 +@@ -3,6 +3,7 @@ + tree for that regular expression. */ + + #include <stdio.h> ++#include <stdlib.h> + #include "re.h" + + #define FALSE 0 |