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)
Feb 16 2024, 5:45 AM
Unknown Object (File)
Dec 20 2023, 3:45 AM
Unknown Object (File)
Dec 12 2023, 8:53 AM
Unknown Object (File)
Nov 10 2023, 7:49 AM
Unknown Object (File)
Nov 5 2023, 1:01 AM
Unknown Object (File)
Oct 10 2023, 5:01 PM
Unknown Object (File)
Oct 9 2023, 6:43 AM
Unknown Object (File)
Oct 4 2023, 1:05 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