Page MenuHomeFreeBSD

wdatwd: fix i386 build breakage.
ClosedPublic

Authored by takawata on Jan 3 2023, 11:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 6:27 AM
Unknown Object (File)
Fri, Apr 26, 3:27 AM
Unknown Object (File)
Fri, Apr 26, 3:27 AM
Unknown Object (File)
Thu, Apr 25, 10:33 PM
Unknown Object (File)
Apr 8 2024, 3:12 PM
Unknown Object (File)
Apr 8 2024, 3:57 AM
Unknown Object (File)
Feb 29 2024, 6:40 AM
Unknown Object (File)
Dec 20 2023, 8:02 AM
Subscribers

Details

Summary

Formatting string for uint64_t has portablity issue and
lead bulid breakage so fix it.

Test Plan

compile module both i386 and amd64

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 48946
Build 45835: arc lint + arc unit

Event Timeline

hrs added inline comments.
sys/dev/wdatwd/wdatwd.c
366

This might be a matter of preference, but %ju and type casting by (uintmax_t) would be simpler.

681

Same here. %jx, in this case.

This revision is now accepted and ready to land.Jan 4 2023, 12:53 AM
This revision was automatically updated to reflect the committed changes.