diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-10-07 14:54:06 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-10-07 14:54:06 +0800 |
commit | 78f2f3d3536e04fbe601ee43411f62cf59cbc00b (patch) | |
tree | 1e13aed4fb1ec80c5465ec30487396f37a558512 /net | |
parent | 6ed0dcf578b64d101afcb340bfdb2b217c670c23 (diff) | |
download | freebsd-ports-gnome-78f2f3d3536e04fbe601ee43411f62cf59cbc00b.tar.gz freebsd-ports-gnome-78f2f3d3536e04fbe601ee43411f62cf59cbc00b.tar.zst freebsd-ports-gnome-78f2f3d3536e04fbe601ee43411f62cf59cbc00b.zip |
- add missed file from last commit
Pointyhat to: me
Diffstat (limited to 'net')
-rw-r--r-- | net/archie/files/patch-regex.c | 11 |
1 files changed, 11 insertions, 0 deletions
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: |