xref: /original-bsd/include/lastlog.h (revision a910c8b7)
1 /*	lastlog.h	4.2	83/05/22	*/
2 
3 struct lastlog {
4 	time_t	ll_time;
5 	char	ll_line[8];
6 	char	ll_host[16];		/* same as in utmp */
7 };
8