diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-17 22:32:10 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-17 22:32:10 +0800 |
commit | 8d47917e5bb67377554d954e56f00fc96cd74e1b (patch) | |
tree | 885396e5d7339bcdc2f236f4bcd4b2275c9eac3c /math | |
parent | 3f9e5dff073edf3ccf61c52a1d17414bcc1934da (diff) | |
download | freebsd-ports-graphics-8d47917e5bb67377554d954e56f00fc96cd74e1b.tar.gz freebsd-ports-graphics-8d47917e5bb67377554d954e56f00fc96cd74e1b.tar.zst freebsd-ports-graphics-8d47917e5bb67377554d954e56f00fc96cd74e1b.zip |
Just to make the compile less verbose and make Satoshi happy.
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/files/patch-aa | 19 |
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 00000000000..d56bc3dd0b3 --- /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(); |