diff options
Diffstat (limited to 'converters/mpack/patches/patch-ae')
-rw-r--r-- | converters/mpack/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/converters/mpack/patches/patch-ae b/converters/mpack/patches/patch-ae new file mode 100644 index 00000000000..4a78f48922c --- /dev/null +++ b/converters/mpack/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2005/12/19 00:13:39 joerg Exp $ + +--- unixpk.c.orig 2005-12-19 00:09:00.000000000 +0000 ++++ unixpk.c +@@ -33,7 +33,6 @@ ww * Permission to use, copy, modify, di + + extern char *getenv(); + +-extern int errno; + extern int optind; + extern char *optarg; + |