summaryrefslogtreecommitdiff
path: root/math/calc/files/patch-ad
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-02-07 23:34:20 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-02-07 23:34:20 +0000
commite5711333c567ec12fbac8a33703121fcdff57821 (patch)
tree73e8e47ffc9c6b76c5868e1a1b1fa4e2c6660568 /math/calc/files/patch-ad
parentInstall mysql-client.sh as 00mysql-client.sh so the included (diff)
Upgrade to version 2.11.2
Update MASTER_SITES
Diffstat (limited to '')
-rw-r--r--math/calc/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/calc/files/patch-ad b/math/calc/files/patch-ad
deleted file mode 100644
index 0f8af0eaf01d..000000000000
--- a/math/calc/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- calc.c.orig Sun Feb 6 00:53:48 2000
-+++ calc.c Sun Feb 6 00:57:01 2000
-@@ -233,7 +233,7 @@
- /* argument + space separator */
- cmdlen += strlen(argv[i]) + 1;
- }
-- if (i > MAXCMD) {
-+ if (cmdlen > MAXCMD) {
- /*
- * we are too early in processing to call
- * libcalc_call_me_last() - nothing to cleanup