 b7e946f33e
			
		
	
	b7e946f33e
	
	
	
		
			
			Update e2fsprogs to 1.42.13. Refresh and cleanup patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47426
		
			
				
	
	
		
			24 lines
		
	
	
		
			377 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			377 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
 | |
| 
 |