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

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