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, 31 insertions, 0 deletions
diff --git a/cad/pcb/patches/patch-ao b/cad/pcb/patches/patch-ao
new file mode 100644
index 00000000000..79b8c64f7e9
--- /dev/null
+++ b/cad/pcb/patches/patch-ao
@@ -0,0 +1,31 @@
+$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,