summaryrefslogtreecommitdiff
path: root/cad/pcb/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb/patches/patch-an')
-rw-r--r--cad/pcb/patches/patch-an22
1 files changed, 0 insertions, 22 deletions
diff --git a/cad/pcb/patches/patch-an b/cad/pcb/patches/patch-an
deleted file mode 100644
index 45af04d12a9..00000000000
--- a/cad/pcb/patches/patch-an
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-an,v 1.1 2002/05/31 19:56:21 dmcmahill Exp $
-
---- src/report.c.orig Wed May 13 06:29:57 1998
-+++ src/report.c
-@@ -47,7 +47,7 @@
- #include <X11/Xaw/Toggle.h>
-
-
--static int ReturnCode; /* filled in by dialog */
-+static long int ReturnCode; /* filled in by dialog */
-
- /*
- * some local prototypes
-@@ -61,7 +61,7 @@
- */
- static void CB_OK(Widget W, XtPointer ClientData, XtPointer CallData)
- {
-- ReturnCode = (int) ClientData;
-+ ReturnCode = (long int) ClientData;
- }
-
- void ReportDrills(void)