Page MenuHomeFreeBSD

nfsstat: Complete libxo transition.
ClosedPublic

Authored by yanhaowang on Aug 11 2023, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 2, 6:05 AM
Unknown Object (File)
Fri, Jun 27, 5:29 AM
Unknown Object (File)
Tue, Jun 24, 11:40 PM
Unknown Object (File)
Tue, Jun 24, 8:11 AM
Unknown Object (File)
Sun, Jun 22, 8:46 PM
Unknown Object (File)
Sun, Jun 22, 9:59 AM
Unknown Object (File)
Fri, Jun 20, 10:22 PM
Unknown Object (File)
Fri, Jun 20, 5:23 PM

Diff Detail

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

Event Timeline

usr.bin/nfsstat/nfsstat.c
101

Please avoid contiguous blank lines.

des requested changes to this revision.Aug 17 2023, 4:02 PM
des added inline comments.
usr.bin/nfsstat/nfsstat.c
517

This should be xo_error().

This revision now requires changes to proceed.Aug 17 2023, 4:02 PM
usr.bin/nfsstat/nfsstat.c
517

Maybe use xo_err(1, "usage: nfsstat [-cdemszW] [-w wait]\n"); to replace the fprintf and exit function?

This comment was removed by yanhaowang.
yanhaowang added inline comments.
usr.bin/nfsstat/nfsstat.c
517

Ignore this, xo_err can't replace fprintf.

  • Use xo_error instead of fprintf.
  • Decide using 1 and 0 instead of EXIT_FAILURE and EXIT_SUCESS.
This revision is now accepted and ready to land.Aug 19 2023, 1:34 PM
This revision was automatically updated to reflect the committed changes.