summaryrefslogtreecommitdiff
path: root/lib/uuid
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-03-11 20:36:04 +0000
committerJoe Thornber <thornber@redhat.com>2002-03-11 20:36:04 +0000
commit2ec94d4daf46f763feb96b0887cad2bbedec77dd (patch)
tree3e44b8b4075bdb561a1ea651696c582bac971daa /lib/uuid
parent41967a0276ae84a19b0a86d60505ba20bd1e0fc0 (diff)
downloadlvm2-2ec94d4daf46f763feb96b0887cad2bbedec77dd.tar.gz
o This should complete the dev_manager alg. Please could people now
report any activation oddities they see.
Diffstat (limited to 'lib/uuid')
-rw-r--r--lib/uuid/uuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uuid/uuid.h b/lib/uuid/uuid.h
index be68fe396..810fc7c9e 100644
--- a/lib/uuid/uuid.h
+++ b/lib/uuid/uuid.h
@@ -22,7 +22,7 @@ struct id {
*/
union lvid {
struct id id[2];
- char s[2 * sizeof(struct id) + 1];
+ char s[2 * sizeof(struct id) + 1];
};
int lvid_from_lvnum(union lvid *lvid, struct id *vgid, int lv_num);