diff options
Diffstat (limited to 'cad/magic/patches/patch-as')
-rw-r--r-- | cad/magic/patches/patch-as | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/magic/patches/patch-as b/cad/magic/patches/patch-as new file mode 100644 index 00000000000..980178c7bab --- /dev/null +++ b/cad/magic/patches/patch-as @@ -0,0 +1,13 @@ +$NetBSD: patch-as,v 1.1 2006/01/06 18:14:06 joerg Exp $ + +--- drc/DRCmain.c.orig 2005-12-20 16:40:25.000000000 +0000 ++++ drc/DRCmain.c +@@ -35,8 +35,6 @@ static char rcsid[] = "$Header: /ufs/rep + #include "drc/drc.h" + #include "undo/undo.h" + +-extern void TxPrintf(), TxError(); +- + /* The global variables defined below are parameters between + * the DRC error routines (drcPaintError and drcPrintError) + * and the higher-level routines that start up DRC error checks. |