From: Felix Fietkau Date: Sat, 22 Sep 2012 23:34:54 +0000 (+0000) Subject: e2fsprogs: drop an unnecessary include that breaks on mac os x X-Git-Tag: reboot~12823 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=5e8fd64cb2b7324e2866e6498535f29814535970;p=lede-git%2F.git e2fsprogs: drop an unnecessary include that breaks on mac os x SVN-Revision: 33517 --- 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 + #include +-#include + #include + #include + #include