summaryrefslogtreecommitdiffstats
path: root/package/utils/e2fsprogs/patches/002-no_malloc_h.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 10:19:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 10:19:10 +0000
commit262ebee9430ca2e685626be12793ede81fa773f4 (patch)
tree5b20186fc76505ac7540843fb27e71feba620c4c /package/utils/e2fsprogs/patches/002-no_malloc_h.patch
parenta24db9522c770a3e7f7e7ce6f2d3ebbf20edbc03 (diff)
downloadmaster-31e0f0ae-262ebee9430ca2e685626be12793ede81fa773f4.tar.gz
master-31e0f0ae-262ebee9430ca2e685626be12793ede81fa773f4.tar.bz2
master-31e0f0ae-262ebee9430ca2e685626be12793ede81fa773f4.zip
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.patch10
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 209b47c1cc..0000000000
--- 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>