[parted-edge] [PATCH] Always define PED_DEVICE_DM

David Cantrell dcantrell at redhat.com
Tue Nov 6 21:20:16 UTC 2007


Regardless of compile time options, always define PED_DEVICE_DM.
---
 include/parted/device.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/parted/device.h b/include/parted/device.h
index fed39be..2a9679f 100644
--- a/include/parted/device.h
+++ b/include/parted/device.h
@@ -43,9 +43,7 @@ typedef enum {
         PED_DEVICE_DASD         = 9,
         PED_DEVICE_VIODASD      = 10,
         PED_DEVICE_SX8          = 11,
-#ifdef ENABLE_DEVICE_MAPPER
         PED_DEVICE_DM           = 12,
-#endif
         PED_DEVICE_XVD          = 13
 } PedDeviceType;
 
-- 
1.5.3.4




More information about the parted-edge mailing list