From 78f2f3d3536e04fbe601ee43411f62cf59cbc00b Mon Sep 17 00:00:00 2001 From: alexbl Date: Sat, 7 Oct 2006 06:54:06 +0000 Subject: - add missed file from last commit Pointyhat to: me --- net/archie/files/patch-regex.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/archie/files/patch-regex.c diff --git a/net/archie/files/patch-regex.c b/net/archie/files/patch-regex.c new file mode 100644 index 000000000000..4823133c0365 --- /dev/null +++ b/net/archie/files/patch-regex.c @@ -0,0 +1,11 @@ +--- regex.c.orig Sun Oct 1 23:04:54 2006 ++++ regex.c Sun Oct 1 23:04:56 2006 +@@ -447,7 +447,7 @@ + static char *bol; + static char *bopat[MAXTAG]; + static char *eopat[MAXTAG]; +-char *pmatch(); ++static char *pmatch(); + + /* + * re_exec: -- cgit