diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-06-30 07:39:00 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-06-30 07:39:00 +0000 |
commit | d191ff87611555f996f8f636dbc73ab027e6989a (patch) | |
tree | d05566c298315e8632e61db1a4e07254f1850a5b /security/amap/files/patch-pcre-chartables.c | |
parent | Fix memory leak. (diff) |
- update to amap-5.1
PR: 82780
Submitted by: Yonatan <onatan@gmail.com>
Notes
Notes:
svn path=/head/; revision=138226
Diffstat (limited to 'security/amap/files/patch-pcre-chartables.c')
-rw-r--r-- | security/amap/files/patch-pcre-chartables.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/amap/files/patch-pcre-chartables.c b/security/amap/files/patch-pcre-chartables.c new file mode 100644 index 000000000000..7fea7b581636 --- /dev/null +++ b/security/amap/files/patch-pcre-chartables.c @@ -0,0 +1,11 @@ +--- pcre-3.9/chartables.c.orig Wed Jun 29 17:30:09 2005 ++++ pcre-3.9/chartables.c Wed Jun 29 17:30:16 2005 +@@ -10,7 +10,7 @@ + character tables which are used when no tables are passed to the compile + function. */ + +-static unsigned char pcre_default_tables[] = { ++unsigned char pcre_default_tables[] = { + + /* This table is a lower casing table. */ + |