diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 09:59:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 09:59:30 +0000 |
commit | 25edadfb9b19489cfe1853597a8e530d270b36e5 (patch) | |
tree | 2320c626f6c61b01a3667062a41bc2f86bfab18c /misc/magicpoint/files/patch-path.c | |
parent | - make portlint happier (diff) |
- fix warnings
- make portlint happier
Notes
Notes:
svn path=/head/; revision=434338
Diffstat (limited to '')
-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 + |