Adds libxo(3) support to last(1).
Details
Details
- Reviewers
kp - Group Reviewers
manpages - Commits
- rS338352: Add libxo(3) support to last(1).
- Diff confirms that output without --libxo is unchanged
- Output with --libxo looks sane
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19217 Build 18831: arc lint + arc unit
Event Timeline
usr.bin/last/last.c | ||
---|---|---|
121 | I wonder if it's worth putting this in an atexit(3) callback. There are at least 4 calls to xo_finish() spread around the code, and it's easy to forget one, now or later if more are added. |