diff options
Diffstat (limited to 'cad/magic/patches/patch-ar')
-rw-r--r-- | cad/magic/patches/patch-ar | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/magic/patches/patch-ar b/cad/magic/patches/patch-ar new file mode 100644 index 00000000000..6a433b44f30 --- /dev/null +++ b/cad/magic/patches/patch-ar @@ -0,0 +1,12 @@ +$NetBSD: patch-ar,v 1.1 2006/01/06 18:14:06 joerg Exp $ + +--- database/DBio.c.orig 2005-12-20 16:39:18.000000000 +0000 ++++ database/DBio.c +@@ -46,7 +46,6 @@ static char rcsid[] = "$Header: /ufs/rep + #include "utils/malloc.h" + #include "signals/signals.h" + +-extern int errno; + extern char *Path; + + /* Suffix for all Magic files */ |