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
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 23847 Build 22785: arc lint + arc unit
Event Timeline
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_diff.c | ||
---|---|---|
117 | This would be better done by casting to uintmax_t and using %jd instead. PRIxxxx is generally frowned upon. |