]> git.pld-linux.org Git - packages/parted.git/commitdiff
- patch taken from redhat
authorPatryk Zawadzki <patrys@room-303.com>
Sat, 23 Apr 2005 22:42:03 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    parted-protected.patch -> 1.1

parted-protected.patch [new file with mode: 0644]

diff --git a/parted-protected.patch b/parted-protected.patch
new file mode 100644 (file)
index 0000000..4df56ad
--- /dev/null
@@ -0,0 +1,13 @@
+diff -ruN --minimal parted-1.6.21.orig/include/parted/disk.h parted-1.6.21/include/parted/disk.h
+--- parted-1.6.21.orig/include/parted/disk.h   2005-01-04 11:09:50.000000000 -0500
++++ parted-1.6.21/include/parted/disk.h        2005-01-21 15:00:40.422628505 -0500
+@@ -36,7 +36,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;
+ typedef enum {
This page took 0.031814 seconds and 4 git commands to generate.