1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00
openwrt/tools/e2fsprogs/patches/004-darwin-compat.patch
Daniel Engberg ed617fd8f2 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>
2017-09-16 22:22:44 +02:00

23 lines
376 B
Diff

--- 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