summaryrefslogtreecommitdiff
path: root/archivers/zip/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/zip/patches/patch-ae')
-rw-r--r--archivers/zip/patches/patch-ae20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/zip/patches/patch-ae b/archivers/zip/patches/patch-ae
new file mode 100644
index 00000000000..d01f269f494
--- /dev/null
+++ b/archivers/zip/patches/patch-ae
@@ -0,0 +1,20 @@
+$NetBSD: patch-ae,v 1.1 2002/04/18 16:42:31 yyamano Exp $
+
+--- ziperr.h.orig Sat Mar 2 19:39:27 2002
++++ ziperr.h
+@@ -39,7 +39,7 @@
+
+ #ifdef GLOBALS
+ /* Error messages for the ziperr() function in the zip programs */
+-char *errors[ZE_MAXERR] = {
++char *ziperrors[ZE_MAXERR] = {
+ /* 1 */ "",
+ /* 2 */ "Unexpected end of zip file",
+ /* 3 */ "Zip file structure invalid",
+@@ -63,5 +63,5 @@
+ # endif
+ };
+ #else /* !GLOBALS */
+-extern char *errors[ZE_MAXERR]; /* Error messages for ziperr() */
++extern char *ziperrors[ZE_MAXERR]; /* Error messages for ziperr() */
+ #endif /* ?GLOBALS */