diff options
Diffstat (limited to 'misc/magicpoint/files/patch-path.c')
-rw-r--r-- | misc/magicpoint/files/patch-path.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/magicpoint/files/patch-path.c b/misc/magicpoint/files/patch-path.c new file mode 100644 index 000000000000..e699d1cb9792 --- /dev/null +++ b/misc/magicpoint/files/patch-path.c @@ -0,0 +1,11 @@ +--- image/path.c.orig 2004-07-28 15:47:31 UTC ++++ image/path.c +@@ -20,7 +20,7 @@ + #if 1 /* SYSV */ + #include <unistd.h> + #endif +-#ifdef __APPLE__ ++#if 1 + #include <stdlib.h> + #endif + |