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)
Wed, Sep 18, 1:18 AM
Unknown Object (File)
Thu, Sep 12, 5:22 PM
Unknown Object (File)
Fri, Sep 6, 11:43 PM
Unknown Object (File)
Sun, Sep 1, 5:54 AM
Unknown Object (File)
Jul 8 2024, 6:53 PM
Unknown Object (File)
Jul 3 2024, 2:21 AM
Unknown Object (File)
Jul 1 2024, 3:06 PM
Unknown Object (File)
Jul 1 2024, 3:02 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