Page MenuHomeFreeBSD

Drop WARNS for ktrdump(8)
ClosedPublic

Authored by dchagin on Mar 22 2021, 6:26 PM.
Tags
None
Referenced Files
F152431358: D29381.id86240.diff
Tue, Apr 14, 10:25 PM
Unknown Object (File)
Tue, Apr 14, 4:09 AM
Unknown Object (File)
Tue, Apr 14, 3:31 AM
Unknown Object (File)
Thu, Apr 9, 8:31 PM
Unknown Object (File)
Thu, Apr 9, 1:19 AM
Unknown Object (File)
Tue, Apr 7, 9:05 PM
Unknown Object (File)
Tue, Apr 7, 12:23 PM
Unknown Object (File)
Mon, Apr 6, 4:19 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