Whamcloud - gitweb
LU-1461 Fix ppc64 build errors
[fs/lustre-release.git] / lustre / utils / lfs.c
index 644aa89..e709a7a 100644 (file)
@@ -2785,11 +2785,11 @@ static int lfs_data_version(int argc, char **argv)
                 return rc;
         }
 
-        printf("%llu\n", data_version);
+       printf(LPU64 "\n", data_version);
 
-        close(fd);
+       close(fd);
 
-        return 0;
+       return 0;
 }
 
 int main(int argc, char **argv)