summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-11-27 22:07:41 +0000
committerAlasdair Kergon <agk@redhat.com>2004-11-27 22:07:41 +0000
commit03d77009eb546727bdd110e127861e42caffad7d (patch)
tree896522e3f46e9c9022af3b40508bf518e2ef8098
parent8afd6812b58af9048c9c303ea41f321f7062addc (diff)
downloadlvm2-03d77009eb546727bdd110e127861e42caffad7d.tar.gz
xlate compilation fixv2_00_29old-v2_00_29
-rw-r--r--VERSION2
-rw-r--r--WHATS_NEW4
-rw-r--r--lib/device/dev-md.c1
-rw-r--r--lib/device/device.c1
4 files changed, 7 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index c33143a0f..057d6ac91 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.00.28-cvs (2004-11-27)
+2.00.29-cvs (2004-11-27)
diff --git a/WHATS_NEW b/WHATS_NEW
index 718cfde35..63d5138d9 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,3 +1,7 @@
+Version 2.00.29 - 27th November 2004
+====================================
+ xlate compilation fix.
+
Version 2.00.28 - 27th November 2004
====================================
Fix partition table & md signature detection.
diff --git a/lib/device/dev-md.c b/lib/device/dev-md.c
index 775e84ffd..8b05a8cd1 100644
--- a/lib/device/dev-md.c
+++ b/lib/device/dev-md.c
@@ -15,6 +15,7 @@
#include "lib.h"
#include "metadata.h"
+#include "xlate.h"
/* Lifted from <linux/raid/md_p.h> because of difficulty including it */
diff --git a/lib/device/device.c b/lib/device/device.c
index 2671a0bd6..a40e0c4a0 100644
--- a/lib/device/device.c
+++ b/lib/device/device.c
@@ -18,6 +18,7 @@
#include "device.h"
#include "metadata.h"
#include "filter.h"
+#include "xlate.h"
#define PART_MAGIC 0xAA55
#define PART_OFFSET UINT64_C(510)