aboutsummaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-22 23:34:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-22 23:34:54 +0000
commit9f1b92582d0cec2b9108f8518e80d813f63d481a (patch)
treeb29d44b5418a3c2987880b94c299b5a3728fde22 /package/e2fsprogs
parentbe353bdfb575aa5e56b2a17b33066a50e5f0fc04 (diff)
downloadupstream-9f1b92582d0cec2b9108f8518e80d813f63d481a.tar.gz
upstream-9f1b92582d0cec2b9108f8518e80d813f63d481a.tar.bz2
upstream-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.patch10
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>