mirror_zfs/tests/zfs-tests
Martin Matuška 5fb1d520fe Multiple printf() size fixes (#17199)
cmd/zinject/zinject.c:
 - use PRIu64 when printing uint64_t

tests/zfs-tests/cmd/clonefile.c:
 - use an unsigned long long to store result from strtoull()
 - use %jd for printing off_t, %zu for size_t, %zd for ssize_t

tests/zfs-tests/tests/functional/vdev_disk/page_alignment.c:
 - use %zx to print size_t

Discovered when compiling on FreeBSD i386.

Signed-off-by: Martin Matuska <mm@FreeBSD.org>

Reviewed-by: Rob Norris <robn@despairlabs.com>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Allan Jude <allan@klarasystems.com>
Reviewed-by: @ImAwsumm
2025-04-16 09:59:45 -07:00
..
callbacks SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
cmd Multiple printf() size fixes (#17199) 2025-04-16 09:59:45 -07:00
include SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
tests Multiple printf() size fixes (#17199) 2025-04-16 09:59:45 -07:00
.gitignore autoconf: use include directives instead of recursing down cmd 2022-05-10 10:18:38 -07:00
Makefile.am ZTS: reimplement kstat helper function 2025-02-25 22:28:14 +05:00