summaryrefslogtreecommitdiffstats
path: root/lib/label/label.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2002-01-10 16:48:28 +0000
committerAlasdair Kergon <agk@redhat.com>2002-01-10 16:48:28 +0000
commit7e560050119f5283bf51963d580f0abfcf589da4 (patch)
treed5c4ca5d86661e19d6ff8871abdf03c87c6ab5b4 /lib/label/label.h
parent2801ddcacc0651da437c8eb537a29338f6432659 (diff)
downloadlvm2-7e560050119f5283bf51963d580f0abfcf589da4.tar.gz
lvm2-7e560050119f5283bf51963d580f0abfcf589da4.tar.xz
lvm2-7e560050119f5283bf51963d580f0abfcf589da4.zip
More steps towards successful compilation.
Diffstat (limited to 'lib/label/label.h')
-rw-r--r--lib/label/label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/label/label.h b/lib/label/label.h
index b460eda2..314b0ea9 100644
--- a/lib/label/label.h
+++ b/lib/label/label.h
@@ -11,7 +11,7 @@
#include "device.h"
struct label {
- struct uuid id;
+ struct id id;
char volume_type[32];
uint32_t version[3];