Page MenuHomeFreeBSD

usr.bin/who.c: Fix boot time checking
ClosedPublic

Authored by swills on Mar 10 2022, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 1:52 PM
Unknown Object (File)
Fri, May 17, 1:52 PM
Unknown Object (File)
Mon, May 13, 8:12 AM
Unknown Object (File)
Mon, May 13, 8:11 AM
Unknown Object (File)
Mon, May 13, 5:13 AM
Unknown Object (File)
Sat, May 11, 11:10 AM
Unknown Object (File)
Sat, May 4, 2:01 AM
Unknown Object (File)
Tue, Apr 30, 3:20 AM
Subscribers

Details

Summary

The boot time entry doesn't have a tty specified, so don't check it. While here, make ttystat handle that case.

Diff Detail

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

Event Timeline

swills created this revision.
kevans added a reviewer: kevans.
kevans added a subscriber: kevans.

Just one nit

who/who.c
237 ↗(On Diff #103733)

else if

This revision is now accepted and ready to land.Mar 10 2022, 10:51 PM
This revision now requires review to proceed.Mar 11 2022, 2:15 AM
Approved by: kevans (src)
This revision is now accepted and ready to land.Mar 11 2022, 5:09 AM
This revision was automatically updated to reflect the committed changes.