summaryrefslogtreecommitdiff
path: root/math/xlispstat/patches/patch-myplot.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/xlispstat/patches/patch-myplot.c')
-rw-r--r--math/xlispstat/patches/patch-myplot.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/xlispstat/patches/patch-myplot.c b/math/xlispstat/patches/patch-myplot.c
new file mode 100644
index 00000000000..8fdd9d1bcd9
--- /dev/null
+++ b/math/xlispstat/patches/patch-myplot.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-myplot.c,v 1.1 2012/11/19 02:56:44 joerg Exp $
+
+--- myplot.c.orig 2012-11-18 23:19:47.000000000 +0000
++++ myplot.c
+@@ -41,7 +41,7 @@ static double NiceValue(x)
+ }
+ }
+
+-static SetNiceRange(xmin, xmax, ticks)
++static void SetNiceRange(xmin, xmax, ticks)
+ double *xmin, *xmax;
+ int *ticks;
+ {