summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2006-06-09 06:57:00 +0000
committerrodrigc <rodrigc@FreeBSD.org>2006-06-09 06:57:00 +0000
commita9582b64c107034be29e97d6f6b05de542145dc9 (patch)
tree83f22e0ce02188fdc8590eca784c49bd6fa75f88 /sys
parent33a5aef12f021b46aaff94270a058bbb25ca5539 (diff)
downloadFreeBSD-src-a9582b64c107034be29e97d6f6b05de542145dc9.zip
FreeBSD-src-a9582b64c107034be29e97d6f6b05de542145dc9.tar.gz
Change %llx to %jx in printf() to eliminate warnings on 64-bit platforms.
Diffstat (limited to 'sys')
-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