1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

xlate compilation fix

This commit is contained in:
Alasdair Kergon 2004-11-27 22:07:41 +00:00
parent ce6410ac18
commit 66f0408473
4 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
2.00.28-cvs (2004-11-27)
2.00.29-cvs (2004-11-27)

View File

@ -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.

View File

@ -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 */

View File

@ -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)