diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:19:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:19:10 +0000 |
commit | 262ebee9430ca2e685626be12793ede81fa773f4 (patch) | |
tree | 5b20186fc76505ac7540843fb27e71feba620c4c /package/utils/e2fsprogs/patches/002-no_malloc_h.patch | |
parent | a24db9522c770a3e7f7e7ce6f2d3ebbf20edbc03 (diff) | |
download | mtk-20170518-262ebee9430ca2e685626be12793ede81fa773f4.zip mtk-20170518-262ebee9430ca2e685626be12793ede81fa773f4.tar.gz mtk-20170518-262ebee9430ca2e685626be12793ede81fa773f4.tar.bz2 |
e2fsprogs: update to the latest version, fixes musl build failure
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45075
Diffstat (limited to 'package/utils/e2fsprogs/patches/002-no_malloc_h.patch')
-rw-r--r-- | package/utils/e2fsprogs/patches/002-no_malloc_h.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/utils/e2fsprogs/patches/002-no_malloc_h.patch b/package/utils/e2fsprogs/patches/002-no_malloc_h.patch deleted file mode 100644 index 209b47c..0000000 --- a/package/utils/e2fsprogs/patches/002-no_malloc_h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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> |