summaryrefslogtreecommitdiff
path: root/archivers/gcpio/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gcpio/patches/patch-ad')
-rw-r--r--archivers/gcpio/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/gcpio/patches/patch-ad b/archivers/gcpio/patches/patch-ad
new file mode 100644
index 00000000000..ed0e3fdc480
--- /dev/null
+++ b/archivers/gcpio/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2004/06/06 21:29:33 minskim Exp $
+
+--- error.c.orig 2001-12-05 22:52:45.000000000 -0600
++++ error.c
+@@ -68,7 +68,6 @@ static char *
+ private_strerror (errnum)
+ int errnum;
+ {
+- extern char *sys_errlist[];
+ extern int sys_nerr;
+
+ if (errnum > 0 && errnum <= sys_nerr)