Page MenuHomeFreeBSD

Drop WARNS for ktrdump(8)
ClosedPublic

Authored by dchagin on Mar 22 2021, 6:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 11, 7:28 AM
Unknown Object (File)
Tue, Mar 11, 7:26 AM
Unknown Object (File)
Feb 23 2025, 9:50 PM
Unknown Object (File)
Feb 16 2025, 5:43 AM
Unknown Object (File)
Feb 10 2025, 9:00 PM
Unknown Object (File)
Feb 10 2025, 8:58 PM
Unknown Object (File)
Feb 5 2025, 6:02 AM
Unknown Object (File)
Jan 31 2025, 11:25 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.bin/ktrdump/ktrdump.c
59–63

Could we avoid all the 0's if we used this instead:

{ .n_name = "_ktr_version" },

If so, I think I'd prefer that style.

This revision is now accepted and ready to land.Mar 23 2021, 7:45 PM