diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2004-11-07 01:29:07 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2004-11-07 01:29:07 +0000 |
commit | c6f3aee419cc8ba38cedc561c559c7aae1f9403e (patch) | |
tree | 051205b859611209b8888c60e95fe0b130856178 /misc/magicpoint/files/patch-new.c | |
parent | Additional error checking: check for defined variables that should not be. With (diff) |
- Update to the latest version.
- Reported to solve problem with xorg server.
Submitted by: Ted Fabe
Reviewed by: Maintainer (mita)
Notes
Notes:
svn path=/head/; revision=121020
Diffstat (limited to 'misc/magicpoint/files/patch-new.c')
-rw-r--r-- | misc/magicpoint/files/patch-new.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/magicpoint/files/patch-new.c b/misc/magicpoint/files/patch-new.c new file mode 100644 index 000000000000..047351cd4aea --- /dev/null +++ b/misc/magicpoint/files/patch-new.c @@ -0,0 +1,11 @@ +--- image/new.c.orig Tue Aug 31 20:50:32 2004 ++++ image/new.c Fri Nov 5 13:53:17 2004 +@@ -11,7 +11,7 @@ + #include "copyright.h" + #include "image.h" + +-#ifdef __APPLE__ ++#if defined(__APPLE__) || defined(CSRG_BASED) + #include <stdlib.h> + #else + #include <malloc.h> |