Blame SOURCES/0164-RHBZ-1311463-dos-part-rollover.patch

f20720
---
f20720
 kpartx/dos.c |    2 +-
f20720
 1 file changed, 1 insertion(+), 1 deletion(-)
f20720
f20720
Index: multipath-tools-130222/kpartx/dos.c
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/kpartx/dos.c
f20720
+++ multipath-tools-130222/kpartx/dos.c
f20720
@@ -78,7 +78,7 @@ read_dos_pt(int fd, struct slice all, st
f20720
 	unsigned long offset = all.start;
f20720
 	int i, n=4;
f20720
 	unsigned char *bp;
f20720
-	int sector_size_mul = get_sector_size(fd)/512;
f20720
+	uint64_t  sector_size_mul = get_sector_size(fd)/512;
f20720
 
f20720
 	bp = (unsigned char *)getblock(fd, offset);
f20720
 	if (bp == NULL)