xref: /csrg-svn/include/lastlog.h (revision 21305)
1*21305Sdist /*
2*21305Sdist  * Copyright (c) 1980 Regents of the University of California.
3*21305Sdist  * All rights reserved.  The Berkeley software License Agreement
4*21305Sdist  * specifies the terms and conditions for redistribution.
5*21305Sdist  *
6*21305Sdist  *	@(#)lastlog.h	5.1 (Berkeley) 05/30/85
7*21305Sdist  */
812185Ssam 
912185Ssam struct lastlog {
1012185Ssam 	time_t	ll_time;
1112185Ssam 	char	ll_line[8];
1212679Ssam 	char	ll_host[16];		/* same as in utmp */
1312185Ssam };
14