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)
Mon, Mar 31, 6:56 PM
Unknown Object (File)
Mar 2 2025, 7:07 PM
Unknown Object (File)
Feb 28 2025, 12:07 AM
Unknown Object (File)
Feb 27 2025, 10:07 PM
Unknown Object (File)
Jan 23 2025, 8:54 PM
Unknown Object (File)
Jan 23 2025, 8:53 PM
Unknown Object (File)
Jan 23 2025, 5:35 PM
Unknown Object (File)
Oct 14 2024, 5:11 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