Page MenuHomeFreeBSD

sesutil: Complete libxo transition.
ClosedPublic

Authored by yanhaowang on Aug 10 2023, 11:34 PM.
Tags
None
Referenced Files
F166550538: D41418.id144734.diff
Fri, Aug 14, 8:32 AM
F166547011: D41418.id144734.diff
Fri, Aug 14, 7:22 AM
F166502967: D41418.id126258.diff
Thu, Aug 13, 8:50 PM
F166475764: D41418.id144734.diff
Thu, Aug 13, 7:04 PM
Unknown Object (File)
Thu, Aug 13, 1:07 PM
Unknown Object (File)
Wed, Aug 12, 8:42 PM
Unknown Object (File)
Wed, Aug 12, 8:24 PM
Unknown Object (File)
Wed, Aug 12, 9:02 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53041
Build 49932: 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
103

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().

108

s/Usage/usage/

115

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.