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

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