]> sourceware.org Git - lvm2.git/commitdiff
Get rid of compile warnings on 64bit platforms.
authorPatrick Caulfield <pcaulfie@redhat.com>
Fri, 7 Jun 2002 08:37:07 +0000 (08:37 +0000)
committerPatrick Caulfield <pcaulfie@redhat.com>
Fri, 7 Jun 2002 08:37:07 +0000 (08:37 +0000)
lib/activate/dev_manager.c

index b86ddd3d87bb07c771e7b6ecf39b2680b6f72c25..6f88f06dbcf99445b7eca770008c4278a23b3b93 100644 (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;
 
This page took 0.038418 seconds and 5 git commands to generate.