mirror_zfs/cmd/zdb
Martin Matuška 7e4be92750
zdb: fix printf format in dump_zap()
When compiling zdb.c on 32-bit platforms, a format conversion error 
is reported for a printf() in dump_zap().  Change %l to macro 
%" PRIu64 " to match the platform size of a 64-bit unsigned integer.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Martin Matuska <mm@FreeBSD.org>
Closes #16635
2024-10-11 09:55:17 -07:00
..
Makefile.am build: rename FORCEDEBUG_CPPFLAGS to LIBZPOOL_CPPFLAGS 2024-08-27 12:53:27 -07:00
zdb_il.c zfs_log: add flex array fields to log record structs 2024-09-27 09:18:11 -07:00
zdb.c zdb: fix printf format in dump_zap() 2024-10-11 09:55:17 -07:00
zdb.h Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00