summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/fs/xfs/xfs_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/xfs_fs.h b/sys/gnu/fs/xfs/xfs_fs.h
index cd1bc05..e9736a8 100644
--- a/sys/gnu/fs/xfs/xfs_fs.h
+++ b/sys/gnu/fs/xfs/xfs_fs.h
@@ -129,7 +129,7 @@ struct getbmapx {
p2.bmv_count = p1.bmv_count; \
p2.bmv_entries = p1.bmv_entries; \
\
-printf("offset 0x%llx block 0x%llx length 0x%llx count 0x%llx entries %d\n", \
+printf("offset 0x%jx block 0x%jx length 0x%jx count 0x%jx entries %d\n", \
(uint64_t)p2.bmv_offset, \
(uint64_t)p2.bmv_block, \
(uint64_t)p2.bmv_length, \
OpenPOWER on IntegriCloud