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)
Oct 29 2024, 12:54 PM
Unknown Object (File)
Oct 22 2024, 3:08 AM
Unknown Object (File)
Oct 5 2024, 1:44 PM
Unknown Object (File)
Oct 5 2024, 9:38 AM
Unknown Object (File)
Oct 2 2024, 7:27 PM
Unknown Object (File)
Oct 2 2024, 6:16 PM
Unknown Object (File)
Oct 2 2024, 7:11 AM
Unknown Object (File)
Oct 1 2024, 2:14 AM
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