diff options
Diffstat (limited to 'textproc/agrep/files/patch-sgrep.c')
-rw-r--r-- | textproc/agrep/files/patch-sgrep.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/agrep/files/patch-sgrep.c b/textproc/agrep/files/patch-sgrep.c new file mode 100644 index 000000000000..bd2f06baad7b --- /dev/null +++ b/textproc/agrep/files/patch-sgrep.c @@ -0,0 +1,12 @@ + +$FreeBSD$ + +--- sgrep.c.orig Sat Apr 11 00:12:02 1992 ++++ sgrep.c Sun Jul 21 03:50:47 2002 +@@ -1,5 +1,6 @@ + /* Copyright (c) 1991 Sun Wu and Udi Manber. All Rights Reserved. */ + #include <stdio.h> ++#include <stdlib.h> + #include <ctype.h> + #define MAXSYM 256 + #define MAXMEMBER 8192 |