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, 0 insertions, 20 deletions
diff --git a/archivers/zip/patches/patch-ae b/archivers/zip/patches/patch-ae
deleted file mode 100644
index d01f269f494..00000000000
--- a/archivers/zip/patches/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
-$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 */