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)
Mon, Jun 29, 11:44 AM
Unknown Object (File)
Fri, Jun 26, 1:48 AM
Unknown Object (File)
Mon, Jun 22, 3:30 PM
Unknown Object (File)
Sun, Jun 21, 12:18 AM
Unknown Object (File)
Fri, Jun 19, 5:09 PM
Unknown Object (File)
Sun, Jun 7, 6:57 AM
Unknown Object (File)
Thu, Jun 4, 10:08 AM
Unknown Object (File)
Thu, Jun 4, 10:08 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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.