Page MenuHomeFreeBSD

sesutil: Complete libxo transition.
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 13, 11:01 AM
Unknown Object (File)
Sat, Mar 29, 2:03 AM
Unknown Object (File)
Mon, Mar 17, 11:26 PM
Unknown Object (File)
Mar 12 2025, 11:56 PM
Unknown Object (File)
Mar 7 2025, 11:48 PM
Unknown Object (File)
Mar 6 2025, 9:05 AM
Unknown Object (File)
Feb 27 2025, 10:47 PM
Unknown Object (File)
Feb 27 2025, 10:38 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53067
Build 49958: arc lint + arc unit

Event Timeline

  • Remove unnecessary space line.
des requested changes to this revision.Aug 17 2023, 3:20 PM
des added inline comments.
usr.sbin/sesutil/sesutil.c
102

This is never called with out set to anything other than stderr, so out can be dropped and the fprintf() calls can be replaced with xo_error().

107

s/Usage/usage/

114

s/Usage/usage/

This revision now requires changes to proceed.Aug 17 2023, 3:20 PM
  • Change usage function.
  • Use EXIT_ string style.
This revision is now accepted and ready to land.Aug 26 2023, 11:51 PM
This revision was automatically updated to reflect the committed changes.