summaryrefslogtreecommitdiff
path: root/tools/e2fsprogs/patches/005-darwin-compat.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-09-08 09:42:23 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-08-21 20:42:53 +0200
commit5d9114c9cb3b4a5cfc98d62fe4d3d9c72a6cc067 (patch)
tree5993c5661470af42e91ecfb07ddeaa1443178926 /tools/e2fsprogs/patches/005-darwin-compat.patch
parent7955fab22ac4181aab1648616ce9858ad485c89e (diff)
downloadmtk-20170518-5d9114c9cb3b4a5cfc98d62fe4d3d9c72a6cc067.zip
mtk-20170518-5d9114c9cb3b4a5cfc98d62fe4d3d9c72a6cc067.tar.gz
mtk-20170518-5d9114c9cb3b4a5cfc98d62fe4d3d9c72a6cc067.tar.bz2
tools/e2fsprogs: Update to 1.43.6
Update e2fsprogs to 1.43.6 * Remove FreeBSD patch as it's not needed, FreeBSD 9.1 is EoL and this is compiling on FreeBSD 11.1. * Remove libmagic patch, RHEL 5 is EoL (End of Production Phase) since March 31, 2017. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> (cherry picked from commit ed617fd8f2f39e18ad435883db5b4100e6f7f977)
Diffstat (limited to 'tools/e2fsprogs/patches/005-darwin-compat.patch')
-rw-r--r--tools/e2fsprogs/patches/005-darwin-compat.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/e2fsprogs/patches/005-darwin-compat.patch b/tools/e2fsprogs/patches/005-darwin-compat.patch
deleted file mode 100644
index d84aa12..0000000
--- a/tools/e2fsprogs/patches/005-darwin-compat.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/lib/blkid/blkid_types.h.in
-+++ b/lib/blkid/blkid_types.h.in
-@@ -9,6 +9,8 @@
-
- @ASM_TYPES_HEADER@
-
-+#include <stdint.h>
-+
- #ifndef HAVE___U8
- #define HAVE___U8
- #ifdef __U8_TYPEDEF
---- a/lib/ext2fs/ext2_types.h.in
-+++ b/lib/ext2fs/ext2_types.h.in
-@@ -9,6 +9,8 @@
-
- @ASM_TYPES_HEADER@
-
-+#include <stdint.h>
-+
- #ifndef HAVE___U8
- #define HAVE___U8
- #ifdef __U8_TYPEDEF