aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-include::localmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hat/files/patch-include::localmalloc.h')
-rw-r--r--devel/hs-hat/files/patch-include::localmalloc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/hs-hat/files/patch-include::localmalloc.h b/devel/hs-hat/files/patch-include::localmalloc.h
deleted file mode 100644
index 67a3ad4abe3e..000000000000
--- a/devel/hs-hat/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