diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /science/felt/files/patch-ad | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'science/felt/files/patch-ad')
-rw-r--r-- | science/felt/files/patch-ad | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/science/felt/files/patch-ad b/science/felt/files/patch-ad deleted file mode 100644 index 22525e8ca2d8..000000000000 --- a/science/felt/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- include/allocate.h.orig Fri Jan 10 20:11:30 1997 -+++ include/allocate.h Fri Jan 10 20:10:54 1997 -@@ -25,7 +25,12 @@ - - # ifndef _ALLOCATE_H - # define _ALLOCATE_H -+ -+#ifdef __STDC__ -+#include <stdlib.h> -+#else - # include "malloc.h" -+#endif - - # define AllocNew(type) \ - (type *) malloc (sizeof (type)) |