aboutsummaryrefslogtreecommitdiff
path: root/math/calc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-17 14:32:10 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-17 14:32:10 +0000
commit307114950165a2007cb5057369325660e8a86999 (patch)
tree21e84d16cfc6388a053be7162d1224e596720268 /math/calc
parent323494c2af8b7e2f449950181d5ba4fe07df2b37 (diff)
downloadports-307114950165a2007cb5057369325660e8a86999.tar.gz
ports-307114950165a2007cb5057369325660e8a86999.zip
Notes
Diffstat (limited to 'math/calc')
-rw-r--r--math/calc/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/calc/files/patch-aa b/math/calc/files/patch-aa
new file mode 100644
index 000000000000..d56bc3dd0b34
--- /dev/null
+++ b/math/calc/files/patch-aa
@@ -0,0 +1,19 @@
+*** alloc.h~ Thu Mar 31 03:05:41 1994
+--- alloc.h Sun Apr 16 17:27:55 1995
+***************
+*** 10,16 ****
+
+ #include "have_malloc.h"
+ #ifdef HAVE_MALLOC_H
+! # include <malloc.h>
+ #else
+ # if defined(__STDC__)
+ extern void *malloc();
+--- 10,16 ----
+
+ #include "have_malloc.h"
+ #ifdef HAVE_MALLOC_H
+! /* # include <malloc.h> */
+ #else
+ # if defined(__STDC__)
+ extern void *malloc();