summaryrefslogtreecommitdiffstats
path: root/0164-RHBZ-1311463-dos-part-rollover.patch
blob: dc511f2e975c72cbb042c4c58ec27332cc32fb57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 kpartx/dos.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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