From d191ff87611555f996f8f636dbc73ab027e6989a Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Thu, 30 Jun 2005 07:39:00 +0000 Subject: - update to amap-5.1 PR: 82780 Submitted by: Yonatan --- security/amap/files/patch-pcre-chartables.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/amap/files/patch-pcre-chartables.c (limited to 'security/amap/files/patch-pcre-chartables.c') 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. */ + -- cgit v1.2.3