diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 19:37:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 19:37:06 +0000 |
commit | c31e90700cb36ce954a5e2a437548ff38c9b9034 (patch) | |
tree | 99a307b826c5c2fd5b0ca2bfdb3385552d38df26 /net/xarchie | |
parent | Fix build with gcc4 (diff) |
Fix build with gcc4
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/files/patch-regex.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xarchie/files/patch-regex.c b/net/xarchie/files/patch-regex.c new file mode 100644 index 000000000000..60a23bd6f515 --- /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: |