summaryrefslogtreecommitdiffstats
path: root/source/a/util-linux/partx.data.type.diff
blob: 9811c0bdadb0b2437df64224be4068dae434d81e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./partx/partx.h.orig	2012-05-25 04:44:58.994195443 -0500
+++ ./partx/partx.h	2013-08-07 21:06:30.899997659 -0500
@@ -23,7 +23,7 @@
 }
 
 static inline int partx_add_partition(int fd, int partno,
-			unsigned long start, unsigned long size)
+			long long start, long long size)
 {
 	struct blkpg_ioctl_arg a;
 	struct blkpg_partition p;