Files
Arquivotheca.SunOS-4.1.4/include/lastlog.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

13 lines
221 B
C

/* @(#)lastlog.h 1.1 94/10/31 SMI; from UCB 4.2 83/05/22 */
#ifndef _lastlog_h
#define _lastlog_h
struct lastlog {
time_t ll_time;
char ll_line[8];
char ll_host[16]; /* same as in utmp */
};
#endif /*!_lastlog_h*/