 b7e946f33e
			
		
	
	b7e946f33e
	
	
	
		
			
			Update e2fsprogs to 1.42.13. Refresh and cleanup patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47426
		
			
				
	
	
		
			23 lines
		
	
	
		
			441 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			441 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/lib/blkid/getsize.c
 | |
| +++ b/lib/blkid/getsize.c
 | |
| @@ -25,6 +25,9 @@
 | |
|  #include <fcntl.h>
 | |
|  #ifdef HAVE_SYS_IOCTL_H
 | |
|  #include <sys/ioctl.h>
 | |
| +#ifdef __OpenBSD__
 | |
| +#include <sys/dkio.h>
 | |
| +#endif
 | |
|  #endif
 | |
|  #ifdef HAVE_LINUX_FD_H
 | |
|  #include <linux/fd.h>
 | |
| --- a/lib/quota/mkquota.c
 | |
| +++ b/lib/quota/mkquota.c
 | |
| @@ -8,6 +8,7 @@
 | |
|  #include <sys/stat.h>
 | |
|  #include <unistd.h>
 | |
|  #include <errno.h>
 | |
| +#include <stdint.h>
 | |
|  #include <string.h>
 | |
|  #include <fcntl.h>
 | |
|  
 |