Research V7 development
[unix-history] / usr / include / utmp.h
... / ...
CommitLineData
1struct utmp {
2 char ut_line[8]; /* tty name */
3 char ut_name[8]; /* user id */
4 long ut_time; /* time on */
5};