summaryrefslogtreecommitdiff
path: root/math/xlispstat/patches/patch-term.c
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-11-19 02:56:44 +0000
committerjoerg <joerg@pkgsrc.org>2012-11-19 02:56:44 +0000
commit9d80589478b73fe06fbd2a086f21720c0f7749be (patch)
tree0ee8877ad980531133db53cce7364479f0aa9b1b /math/xlispstat/patches/patch-term.c
parent52fba165e2824b5df4b2d876c021c339440aca84 (diff)
downloadpkgsrc-9d80589478b73fe06fbd2a086f21720c0f7749be.tar.gz
Use more void.
Diffstat (limited to 'math/xlispstat/patches/patch-term.c')
-rw-r--r--math/xlispstat/patches/patch-term.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/xlispstat/patches/patch-term.c b/math/xlispstat/patches/patch-term.c
new file mode 100644
index 00000000000..1402de6ad8d
--- /dev/null
+++ b/math/xlispstat/patches/patch-term.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-term.c,v 1.1 2012/11/19 02:56:44 joerg Exp $
+
+--- term.c.orig 2012-11-18 23:20:09.000000000 +0000
++++ term.c
+@@ -48,9 +48,7 @@ int term = 1; /* gives tek */
+ #define NICE_LINE 0
+ #define POINT_TYPES 6
+
+-do_point(x,y,number)
+- int x,y;
+- int number;
++static void do_point(int x, int y, int number)
+ {
+ register int htic,vtic;
+ register struct termentry *t;