summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_plotter.c
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-23 16:25:35 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-23 16:25:35 +0000
commit0b70cc11ffd8c2dce5ad58d94d3a93062dd16caa (patch)
treef47957c34b21b51f26e3ff794dc0b0cca87973af /math/oleo/files/patch-src_plotter.c
parentnet/tcpkali: document ncurses requirement (diff)
math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
Notes
Notes: svn path=/head/; revision=420708
Diffstat (limited to 'math/oleo/files/patch-src_plotter.c')
-rw-r--r--math/oleo/files/patch-src_plotter.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/oleo/files/patch-src_plotter.c b/math/oleo/files/patch-src_plotter.c
index def62641a299..23d308a02997 100644
--- a/math/oleo/files/patch-src_plotter.c
+++ b/math/oleo/files/patch-src_plotter.c
@@ -1,6 +1,6 @@
---- src/plotter.c.orig Wed Jan 19 18:27:00 2005
-+++ src/plotter.c Wed Jan 19 18:27:27 2005
-@@ -2639,7 +2639,7 @@
+--- src/plotter.c.orig 2000-11-22 19:33:01 UTC
++++ src/plotter.c
+@@ -2639,7 +2639,7 @@ sp_plot_point(Multigrapher *mg, const Po
case SP_PLOT_PIE:
sp_pie_plot_point(mg, point);
break;
@@ -9,7 +9,7 @@
/* ?? */
}
}
-@@ -2770,7 +2770,7 @@
+@@ -2770,7 +2770,7 @@ sp_begin_plot(Multigrapher *mg, double s
case SP_PLOT_PIE:
sp_pie_begin_graph(mg, scale, trans_x, trans_y);
break;
@@ -18,7 +18,7 @@
/* ??? */
}
-@@ -2790,7 +2790,7 @@
+@@ -2790,7 +2790,7 @@ sp_end_plot(Multigrapher *mg)
case SP_PLOT_PIE:
sp_pie_end_graph(mg);
break;