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>
		
			
				
	
	
		
			23 lines
		
	
	
		
			376 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			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
 |