macros for different classes of network
[unix-history] / .ref-BSD-3 / usr / include / utmp.h
struct utmp {
char ut_line[8]; /* tty name */
char ut_name[8]; /* user id */
long ut_time; /* time on */
};