summaryrefslogtreecommitdiff
path: root/archivers/zip/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/zip/patches/patch-af')
-rw-r--r--archivers/zip/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/archivers/zip/patches/patch-af b/archivers/zip/patches/patch-af
deleted file mode 100644
index f9d3cb8b64b..00000000000
--- a/archivers/zip/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2002/04/18 16:42:31 yyamano Exp $
-
---- zipnote.c.orig Sat Mar 2 19:44:04 2002
-+++ zipnote.c
-@@ -59,7 +59,7 @@
- {
- if (PERR(c))
- perror("zipnote error");
-- fprintf(stderr, "zipnote error: %s (%s)\n", errors[c-1], h);
-+ fprintf(stderr, "zipnote error: %s (%s)\n", ziperrors[c-1], h);
- if (tempzf != NULL)
- fclose(tempzf);
- if (tempzip != NULL)