From 5c886d33ddcfe385c08cc1d67ded883c7d1c58db Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 30 May 2007 19:37:06 +0000 Subject: Fix build with gcc4 --- net/xarchie/files/patch-regex.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/xarchie/files/patch-regex.c (limited to 'net') diff --git a/net/xarchie/files/patch-regex.c b/net/xarchie/files/patch-regex.c new file mode 100644 index 00000000000..60a23bd6f51 --- /dev/null +++ b/net/xarchie/files/patch-regex.c @@ -0,0 +1,12 @@ +--- regex.c.orig Wed May 30 21:31:24 2007 ++++ regex.c Wed May 30 21:33:02 2007 +@@ -438,7 +438,8 @@ + static char *bol; + static char *bopat[MAXTAG]; + static char *eopat[MAXTAG]; +-char *pmatch(); ++static char *pmatch(char *lp, CHAR *ap); ++ + + /* + * re_exec: -- cgit