diff options
author | Don Lewis <truckman@FreeBSD.org> | 2002-06-29 08:46:49 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2002-06-29 08:46:49 +0000 |
commit | c59dbee6310dcd4833b9ce6cfe45cc5d205bfd3d (patch) | |
tree | 0bd9c3acb9550b4bb1bcd0469820209783a47721 /math/sc | |
parent | 4e71fe0a81005ad3fe66a76e4a02e4cfc77c9a2a (diff) | |
download | ports-c59dbee6310dcd4833b9ce6cfe45cc5d205bfd3d.tar.gz ports-c59dbee6310dcd4833b9ce6cfe45cc5d205bfd3d.zip |
Notes
Diffstat (limited to 'math/sc')
-rw-r--r-- | math/sc/files/patch-af | 10 |
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; |