This change fixes "stand" build issues when using clang 8 as compiler.
Details
Details
Tested compile and boot (slof) on powerpc64 QEMU4/pseries on the following compilers:
- gcc 4.2 - with ELFv1 ABI kernel
- clang 8.0 - with ELFv2 ABI kernel
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_diff.c | ||
---|---|---|
117 ↗ | (On Diff #56538) | This would be better done by casting to uintmax_t and using %jd instead. PRIxxxx is generally frowned upon. |