diff options
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/magicpoint/files/patch-aa b/misc/magicpoint/files/patch-aa new file mode 100644 index 00000000000..cc947ab62f1 --- /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 <malloc.h> ++#include <stdlib.h> + + extern int _Xdebug; + extern void memoryExhausted(void); |