summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/parted/files/parted-1.7.0-pyparted.patch')
-rw-r--r--sys-apps/parted/files/parted-1.7.0-pyparted.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/parted/files/parted-1.7.0-pyparted.patch b/sys-apps/parted/files/parted-1.7.0-pyparted.patch
new file mode 100644
index 000000000000..6dd782a14ffe
--- /dev/null
+++ b/sys-apps/parted/files/parted-1.7.0-pyparted.patch
@@ -0,0 +1,12 @@
+--- parted-1.7.0/include/parted/disk.h 2006-05-15 05:49:54.000000000 -0400
++++ parted-1.7.0.new/include/parted/disk.h 2006-05-20 07:52:07.000000000 -0400
+@@ -46,7 +46,8 @@
+ PED_PARTITION_LOGICAL = 0x01,
+ PED_PARTITION_EXTENDED = 0x02,
+ PED_PARTITION_FREESPACE = 0x04,
+- PED_PARTITION_METADATA = 0x08
++ PED_PARTITION_METADATA = 0x08,
++ PED_PARTITION_PROTECTED = 0x10
+ } PedPartitionType;
+
+ /**