tools: e2fsprogs: bump to 1.43.1
[openwrt-github/.git] / tools / e2fsprogs / patches / 005-darwin-compat.patch
index bc81d8638a5f294bb520f54ad518c3aecda0c3bd..d84aa121ca540977c2973630a9ceb26a8a2e3a6c 100644 (file)
@@ -6,9 +6,9 @@
  
 +#include <stdint.h>
 +
+ #ifndef HAVE___U8
+ #define HAVE___U8
  #ifdef __U8_TYPEDEF
- typedef __U8_TYPEDEF __u8;
- #else
 --- a/lib/ext2fs/ext2_types.h.in
 +++ b/lib/ext2fs/ext2_types.h.in
 @@ -9,6 +9,8 @@
@@ -17,6 +17,6 @@
  
 +#include <stdint.h>
 +
+ #ifndef HAVE___U8
+ #define HAVE___U8
  #ifdef __U8_TYPEDEF
- typedef __U8_TYPEDEF __u8;
- #else