Whamcloud - gitweb
b=22312 sanity test 33c has problems parsing llobdstat when write_bytes is large
[fs/lustre-release.git] / lustre / tests / createtest.c
index 4406fea..2c62d7d 100644 (file)
@@ -96,8 +96,9 @@ int main(int argc, char *argv[])
                        if (i == S_IFCHR || i == S_IFBLK) {
                                if (st.st_rdev != 0x1234) {
                                        fprintf(stderr, "%s: ERROR rdev %s: "
-                                               "%lu != 0x1234",
-                                               argv[0], name, st.st_rdev);
+                                               "%llu != 0x1234",
+                                               argv[0], name,
+                                               (unsigned long long)st.st_rdev);
                                        exit(13);
                                }
                        }