summaryrefslogtreecommitdiff
path: root/cad/pcb/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb/patches/patch-ao')
-rw-r--r--cad/pcb/patches/patch-ao31
1 files changed, 0 insertions, 31 deletions
diff --git a/cad/pcb/patches/patch-ao b/cad/pcb/patches/patch-ao
deleted file mode 100644
index 79b8c64f7e9..00000000000
--- a/cad/pcb/patches/patch-ao
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ao,v 1.1 2002/05/31 19:56:21 dmcmahill Exp $
-
---- src/sizedialog.c.orig Wed May 13 06:29:59 1998
-+++ src/sizedialog.c
-@@ -87,7 +87,7 @@
- /* ---------------------------------------------------------------------------
- * some local identifiers
- */
--static int ReturnCode; /* returncode of buttons */
-+static long int ReturnCode; /* returncode of buttons */
- static SliderType Sliders[] = {
- { "linewidth", MIN_LINESIZE, MAX_LINESIZE, CHUNK, 0, NULL, NULL },
- { "via hole", MIN_PINORVIAHOLE, 0, CHUNK, 0, NULL, NULL },
-@@ -180,7 +180,7 @@
- */
- static void CB_CancelOrOK(Widget W, XtPointer ClientData, XtPointer CallData)
- {
-- ReturnCode = (int) ClientData;
-+ ReturnCode = (long int) ClientData;
- }
-
- /* ---------------------------------------------------------------------------
-@@ -190,7 +190,7 @@
- */
- static void CB_ScrollProc(Widget W, XtPointer ClientData, XtPointer CallData)
- {
-- int delta = (int) CallData;
-+ long int delta = (long int) CallData;
- SliderTypePtr slider = (SliderTypePtr) ClientData;
-
- UpdateScrollbar(slider,