Resolve missing printf args
[openafs.git] / src / vol / gi.c
index d59da4e..e193195 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
 #include <afsconfig.h>
 #include <afs/param.h>
 
-RCSID
-    ("$Header$");
+#include <roken.h>
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <stdio.h>
-#include <stdlib.h>
 
 int statflag;
 
@@ -78,7 +73,7 @@ main(int argc, char **argv)
        printf
            ("Inode status: dev=%d, ino=%d, mode=%o, nlink=%d, uid=%d, gid=%d, size=%d, mtime=%d, blocks=%d\n",
             status.st_dev, status.st_ino, status.st_mode, status.st_nlink,
-            status.st_uid, status.st_gid, status.st_size, status.st_mtime);
+            status.st_uid, status.st_gid, status.st_size, status.st_mtime, status.st_blocks);
     } else {
        /* Send the inode to standard out */
        char buf[4096];