summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();