summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-01-08 12:04:41 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2014-01-08 12:04:41 +0100
commit5f246bf768ae194fa19e71e596f99ca02547c55c (patch)
treeef89c939dde52e528018fdbd9218f35963851c98
parent4417cd288b69479ade4f4ab98adfc4d5eb7f483b (diff)
downloadlvm2-5f246bf768ae194fa19e71e596f99ca02547c55c.tar.gz
liblvm: mark constant as unsigned
-rw-r--r--liblvm/lvm_pv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblvm/lvm_pv.c b/liblvm/lvm_pv.c
index 163ea4f2b..64b01d500 100644
--- a/liblvm/lvm_pv.c
+++ b/liblvm/lvm_pv.c
@@ -126,7 +126,7 @@ int lvm_pv_remove(lvm_t libh, const char *pv_name)
return rc;
}
-#define PV_LIST_MAGIC 4026907153
+#define PV_LIST_MAGIC 4026907153U
static struct dm_list *_lvm_list_pvs(lvm_t libh)
{