lastlog X
1: struct lastlog { 2: time_t ll_time; 3: char ll_line[8]; 4: #ifdef UCB_NET 5: char ll_host[16]; /* same as in utmp */ 6: #endif 7: };