Page MenuHomeFreeBSD

libsysdecode: For future use extract common code to a separate files
ClosedPublic

Authored by dchagin on May 30 2022, 5:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 14 2024, 5:11 PM
Unknown Object (File)
Oct 2 2024, 1:22 PM
Unknown Object (File)
Sep 30 2024, 12:25 PM
Unknown Object (File)
Sep 30 2024, 12:15 PM
Unknown Object (File)
Sep 30 2024, 10:36 AM
Unknown Object (File)
Sep 18 2024, 1:18 AM
Unknown Object (File)
Sep 12 2024, 5:22 PM
Unknown Object (File)
Sep 6 2024, 11:43 PM
Subscribers

Diff Detail

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

Event Timeline

I think this is fine but will defer to @jhb.

jhb added inline comments.
lib/libsysdecode/support.h
56

normal style would put a tab after the types here in prototypes FWIW, but not for 'const char *' as it is too long.

This revision is now accepted and ready to land.May 31 2022, 4:29 PM