From 8d5699d7adf485d848ec5b5d50459db383e0a125 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sun, 21 Jul 2002 01:56:56 +0000 Subject: * Honor CFLAGS. * Include proper prototypes; fixes dire warnings on alpha. --- textproc/agrep/files/patch-parse.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 textproc/agrep/files/patch-parse.c (limited to 'textproc/agrep/files/patch-parse.c') 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 ++#include + #include "re.h" + + #define FALSE 0 -- cgit v1.2.3