aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2002-06-29 16:46:49 +0800
committertruckman <truckman@FreeBSD.org>2002-06-29 16:46:49 +0800
commit496c81ff9f31a858d563dcf580561b16d91e8ce4 (patch)
tree2424238cc20291906380585271ec9781f84e7073 /math
parent477af063c41de1629519c0f6bfbbc6b26cae2c33 (diff)
downloadfreebsd-ports-gnome-496c81ff9f31a858d563dcf580561b16d91e8ce4.tar.gz
freebsd-ports-gnome-496c81ff9f31a858d563dcf580561b16d91e8ce4.tar.zst
freebsd-ports-gnome-496c81ff9f31a858d563dcf580561b16d91e8ce4.zip
Silence a compile warning, main() should not be declared type void.
Diffstat (limited to 'math')
-rw-r--r--math/sc/files/patch-af10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/sc/files/patch-af b/math/sc/files/patch-af
new file mode 100644
index 000000000000..00fd2f28a9c3
--- /dev/null
+++ b/math/sc/files/patch-af
@@ -0,0 +1,10 @@
+--- help.c.orig Mon May 11 11:43:35 1992
++++ help.c Sat Jun 29 01:43:43 2002
+@@ -579,7 +579,6 @@
+ file, row, range, misc, var, rangef, numericf, stringf,
+ finf, timef, NULL};
+
+-void
+ main()
+ { int lineno;
+ char ***pagep = pages;