diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-01-05 00:51:48 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-01-05 00:51:48 +0000 |
commit | 84a76d28958c9ce909d0e88281e6b8f2384ab39e (patch) | |
tree | 47e5bbcd31e3f79999f61638d7a4f6ee8a55ba8f /misc/magicpoint | |
parent | 04dd2cc9bfbc9b7b3d4c1ee2852ec912d9f4d0ad (diff) | |
download | ports-84a76d28958c9ce909d0e88281e6b8f2384ab39e.tar.gz ports-84a76d28958c9ce909d0e88281e6b8f2384ab39e.zip |
Notes
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/files/patch-aa | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/misc/magicpoint/files/patch-aa b/misc/magicpoint/files/patch-aa index cc947ab62f1e..f8044db565e0 100644 --- a/misc/magicpoint/files/patch-aa +++ b/misc/magicpoint/files/patch-aa @@ -1,11 +1,13 @@ ---- 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" +diff -ru2 ../../work.orig/magicpoint-1.09a/image/new.c ./image/new.c +--- ../../work.orig/magicpoint-1.09a/image/new.c Sat Nov 17 23:06:01 2001 ++++ ./image/new.c Sat Nov 17 23:11:45 2001 +@@ -12,5 +12,9 @@ #include "image.h" --#include <malloc.h> ++#ifdef CSRG_BASED +#include <stdlib.h> ++#else + #include <malloc.h> ++#endif extern int _Xdebug; - extern void memoryExhausted(void); |