summaryrefslogtreecommitdiff
path: root/tools/lvscan.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2003-04-15 13:24:42 +0000
committerAlasdair Kergon <agk@redhat.com>2003-04-15 13:24:42 +0000
commitb896caa19bf99db0e6c78a0f15aa8c149e858e1e (patch)
tree48017d3585e8c9dc231911a217064ebeb6e9f051 /tools/lvscan.c
parent5beb6fab74b82248bd63318eff47392b9be9b13d (diff)
downloadlvm2-b896caa19bf99db0e6c78a0f15aa8c149e858e1e.tar.gz
Improve build robustness.
Diffstat (limited to 'tools/lvscan.c')
-rw-r--r--tools/lvscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvscan.c b/tools/lvscan.c
index 996f19c97..c7833adac 100644
--- a/tools/lvscan.c
+++ b/tools/lvscan.c
@@ -25,7 +25,7 @@ static int lvscan_single(struct cmd_context *cmd, struct logical_volume *lv,
{
struct lvinfo info;
int lv_total = 0;
- ulong lv_capacity_total = 0;
+ uint64_t lv_capacity_total = 0;
const char *active_str, *snapshot_str;