Page MenuHomeFreeBSD

nfsstat: Complete libxo transition.
ClosedPublic

Authored by yanhaowang on Aug 11 2023, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 3:46 PM
Unknown Object (File)
Sun, Apr 5, 5:05 PM
Unknown Object (File)
Sun, Apr 5, 3:43 PM
Unknown Object (File)
Sun, Apr 5, 11:38 AM
Unknown Object (File)
Sun, Apr 5, 9:21 AM
Unknown Object (File)
Sun, Apr 5, 7:02 AM
Unknown Object (File)
Thu, Mar 26, 4:31 AM
Unknown Object (File)
Wed, Mar 25, 3:16 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.bin/nfsstat/nfsstat.c
86

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
507–508

This should be xo_error().

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

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
507–508

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.