1
0
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:
Patrick Caulfield 2002-06-07 08:37:07 +00:00
parent da84226b8b
commit aefa3c6d82

View File

@ -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;