summaryrefslogtreecommitdiffstats
path: root/source/a/util-linux/partx.data.type.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/util-linux/partx.data.type.diff')
-rw-r--r--source/a/util-linux/partx.data.type.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/a/util-linux/partx.data.type.diff b/source/a/util-linux/partx.data.type.diff
new file mode 100644
index 000000000..9811c0bda
--- /dev/null
+++ b/source/a/util-linux/partx.data.type.diff
@@ -0,0 +1,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;