diff options
Diffstat (limited to 'lang/nhc98/files/patch-include::localmalloc.h')
-rw-r--r-- | lang/nhc98/files/patch-include::localmalloc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/nhc98/files/patch-include::localmalloc.h b/lang/nhc98/files/patch-include::localmalloc.h deleted file mode 100644 index 67a3ad4abe3e..000000000000 --- a/lang/nhc98/files/patch-include::localmalloc.h +++ /dev/null @@ -1,9 +0,0 @@ ---- include/localmalloc.h.orig Sun Mar 17 21:18:36 2002 -+++ include/localmalloc.h Sun Mar 17 21:18:55 2002 -@@ -1,5 +1,5 @@ - #if defined(__APPLE__) - #include <sys/malloc.h> - #else --#include <malloc.h> -+#include <stdlib.h> - #endif |