summaryrefslogtreecommitdiff
path: root/devel/mkcmd/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mkcmd/patches/patch-ao')
-rw-r--r--devel/mkcmd/patches/patch-ao12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/mkcmd/patches/patch-ao b/devel/mkcmd/patches/patch-ao
new file mode 100644
index 00000000000..1802651fe38
--- /dev/null
+++ b/devel/mkcmd/patches/patch-ao
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.1 2006/01/25 15:19:17 joerg Exp $
+
+--- lib/mkcmd/cmd_source.mc.orig 2006-01-25 15:08:34.000000000 +0000
++++ lib/mkcmd/cmd_source.mc
+@@ -12,7 +12,6 @@ CMDSET *pCS;
+ {
+ register FILE *fpCmds;
+ register int iRet;
+- extern int errno;
+
+ iRet = 0;
+ while (0 != --argc) {