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, 0 insertions, 11 deletions
diff --git a/source/a/util-linux/partx.data.type.diff b/source/a/util-linux/partx.data.type.diff
deleted file mode 100644
index 9811c0bda..000000000
--- a/source/a/util-linux/partx.data.type.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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;