diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-28 23:27:29 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-07-28 23:27:29 +0000 |
commit | 7cea65c80ac9256475989bb4d101b4f3532d47a3 (patch) | |
tree | 70a228e11e7067c7535a2524e716fc6492fef94a /package/utils/e2fsprogs/patches/002-no_malloc_h.patch | |
parent | ad59c4e6460ecbb889ceadc57358e51b0804d026 (diff) | |
download | upstream-7cea65c80ac9256475989bb4d101b4f3532d47a3.tar.gz upstream-7cea65c80ac9256475989bb4d101b4f3532d47a3.tar.bz2 upstream-7cea65c80ac9256475989bb4d101b4f3532d47a3.zip |
e2fsprogs: update to 1.42.8 and add e4defrag
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37588
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 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> |