diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-22 23:34:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-22 23:34:54 +0000 |
commit | 9f1b92582d0cec2b9108f8518e80d813f63d481a (patch) | |
tree | b29d44b5418a3c2987880b94c299b5a3728fde22 /package/e2fsprogs | |
parent | be353bdfb575aa5e56b2a17b33066a50e5f0fc04 (diff) | |
download | master-187ad058-9f1b92582d0cec2b9108f8518e80d813f63d481a.tar.gz master-187ad058-9f1b92582d0cec2b9108f8518e80d813f63d481a.tar.bz2 master-187ad058-9f1b92582d0cec2b9108f8518e80d813f63d481a.zip |
e2fsprogs: drop an unnecessary include that breaks on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r-- | package/e2fsprogs/patches/002-no_malloc_h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/e2fsprogs/patches/002-no_malloc_h.patch b/package/e2fsprogs/patches/002-no_malloc_h.patch new file mode 100644 index 0000000000..209b47c1cc --- /dev/null +++ b/package/e2fsprogs/patches/002-no_malloc_h.patch @@ -0,0 +1,10 @@ +--- a/util/symlinks.c ++++ b/util/symlinks.c +@@ -8,7 +8,6 @@ + #endif + #include <stdio.h> + #include <stdlib.h> +-#include <malloc.h> + #include <string.h> + #include <fcntl.h> + #include <sys/param.h> |