From 1b19ac1c121ea4666b9369df42a02074ac98cee8 Mon Sep 17 00:00:00 2001 From: mita Date: Sat, 5 Jan 2002 00:48:22 +0000 Subject: use stdlib.h instead of malloc.h For compatibility with 5-current. This change does not affect 4-stable ports. PR: ports/32071 Submitted by: also from Nicolas Jombart --- misc/magicpoint/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/magicpoint/files/patch-aa diff --git a/misc/magicpoint/files/patch-aa b/misc/magicpoint/files/patch-aa new file mode 100644 index 000000000000..cc947ab62f1e --- /dev/null +++ b/misc/magicpoint/files/patch-aa @@ -0,0 +1,11 @@ +--- image/new.c.orig Sun Dec 30 18:08:41 2001 ++++ image/new.c Sun Dec 30 18:08:58 2001 +@@ -11,7 +11,7 @@ + #include "copyright.h" + #include "image.h" + +-#include ++#include + + extern int _Xdebug; + extern void memoryExhausted(void); -- cgit