summaryrefslogtreecommitdiff
path: root/math/sc
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2002-06-29 08:46:49 +0000
committerDon Lewis <truckman@FreeBSD.org>2002-06-29 08:46:49 +0000
commitc59dbee6310dcd4833b9ce6cfe45cc5d205bfd3d (patch)
tree0bd9c3acb9550b4bb1bcd0469820209783a47721 /math/sc
parentThe format patch included in PR ports/32017 is breaks formats such as (diff)
Silence a compile warning, main() should not be declared type void.
Notes
Notes: svn path=/head/; revision=62167
Diffstat (limited to 'math/sc')
-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;