mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-29 06:50:38 +03:00
xlate compilation fix
This commit is contained in:
parent
8afd6812b5
commit
03d77009eb
@ -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.
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user