recognize and handle carrier loss
[unix-history] / usr / src / include / lastlog.h
CommitLineData
32762632 1/* lastlog.h 4.2 83/05/22 */
bcd64a36
SL
2
3struct lastlog {
4 time_t ll_time;
5 char ll_line[8];
32762632 6 char ll_host[16]; /* same as in utmp */
bcd64a36 7};