date and time created 83/05/03 13:48:22 by sam
[unix-history] / usr / src / include / utmp.h
/* utmp.h 4.1 83/05/03 */
/*
* Structure of utmp and wtmp files.
*
* Assuming the number 8 is unwise.
*/
struct utmp {
char ut_line[8]; /* tty name */
char ut_name[8]; /* user id */
long ut_time; /* time on */
};