freebsd-src/usr.bin/who
Ed Schouten b911cea8ff Port who(1) to utmpx.
(Un)fortunately there is no standardized interface to switch between
utmp database files, so we must call ulog_setutxfile() here.

I'm also changing the column widths to magic numbers here. Display
layout should in this case not be derived from structure fields sizes.
Because I don't want struct utmpx ever to become too small, the fields
are too big to reserve all the space.
2009-12-05 20:44:19 +00:00
..
Makefile Port who(1) to utmpx. 2009-12-05 20:44:19 +00:00
who.1
who.c Port who(1) to utmpx. 2009-12-05 20:44:19 +00:00