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

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