Page MenuHomeFreeBSD

last: Mild style cleanup
ClosedPublic

Authored by des on Tue, Aug 12, 3:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 29, 12:27 AM
Unknown Object (File)
Mon, Aug 25, 10:03 AM
Unknown Object (File)
Mon, Aug 25, 5:33 AM
Unknown Object (File)
Sun, Aug 24, 11:41 AM
Unknown Object (File)
Fri, Aug 22, 3:44 PM
Unknown Object (File)
Fri, Aug 22, 3:32 PM
Unknown Object (File)
Thu, Aug 21, 6:49 AM
Unknown Object (File)
Tue, Aug 19, 11:07 PM
Subscribers

Details

Reviewers
markj
Group Reviewers
Klara
Commits
rG40c2b622d825: last: Mild style cleanup
Summary
  • Prefer explicit NULL comparisons to using pointers as booleans
  • Prefer explicit 0 comparisons to using strcmp() as a predicate
  • Avoid use of strcpy()

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66198
Build 63081: arc lint + arc unit

Event Timeline

des requested review of this revision.Tue, Aug 12, 3:56 PM
markj added a subscriber: markj.
markj added inline comments.
usr.bin/last/last.c
513

Not a problem in practice, but it's not very nice that this helper function sometimes returns a malloc()ed buffer, and sometimes not.

This revision is now accepted and ready to land.Tue, Aug 12, 4:37 PM
This revision was automatically updated to reflect the committed changes.