Searched hist:200166 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/who/
H A DMakefilediff 200166 Sat Dec 05 18:52:19 MST 2009 ed 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.
H A Dwho.cdiff 200166 Sat Dec 05 18:52:19 MST 2009 ed 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.

Completed in 25 milliseconds