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, Apr 8, 3:12 PM
Unknown Object (File)
Mon, Apr 8, 3:57 AM
Unknown Object (File)
Feb 29 2024, 6:40 AM
Unknown Object (File)
Dec 20 2023, 8:02 AM
Unknown Object (File)
Dec 3 2023, 10:58 PM
Unknown Object (File)
Aug 6 2023, 7:34 AM
Unknown Object (File)
Aug 2 2023, 12:05 PM
Unknown Object (File)
Aug 2 2023, 12:02 PM
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.