_UTX_LINESIZE
char ut_line[_UTX_LINESIZE]; /* tty name */
char ll_line[_UTX_LINESIZE]; /* tty name */
#define UTX_LINESIZE _UTX_LINESIZE
char ftty[sizeof(_PATH_DEV) + _UTX_LINESIZE];
char tty[_UTX_LINESIZE + 1]; /* null terminated tty line */
#define WHO_LINE_LEN _UTX_LINESIZE