Files
Arquivotheca.SunOS-4.1.3/include/lastlog.h
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

13 lines
221 B
C

/* @(#)lastlog.h 1.1 92/07/30 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*/