mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Get rid of compile warnings on 64bit platforms.
This commit is contained in:
parent
da84226b8b
commit
aefa3c6d82
@ -337,7 +337,7 @@ static int _status_run(const char *name, const char *uuid,
|
||||
int r = 0;
|
||||
struct dm_task *dmt;
|
||||
void *next = NULL;
|
||||
unsigned long long start, length;
|
||||
uint64_t start, length;
|
||||
char *type = NULL;
|
||||
char *params = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user