summaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-include::localmalloc.h
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 16:57:56 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 16:57:56 +0000
commitb153a01beca47bbf1ba2cfa7e3201ae1a16f2416 (patch)
tree6e2433247043a4b5755a5037e690406ace028acb /devel/hs-hat/files/patch-include::localmalloc.h
parentUpdate to 4.9.2 (diff)
Update to 1.12
Unbreak for -current PR: 36139 Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r--devel/hs-hat/files/patch-include::localmalloc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/hs-hat/files/patch-include::localmalloc.h b/devel/hs-hat/files/patch-include::localmalloc.h
new file mode 100644
index 000000000000..67a3ad4abe3e
--- /dev/null
+++ b/devel/hs-hat/files/patch-include::localmalloc.h
@@ -0,0 +1,9 @@
+--- 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