make complete and don't overlap
[unix-history] / usr / src / include / lastlog.h
CommitLineData
bb0cfa24
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
6 * @(#)lastlog.h 5.1 (Berkeley) %G%
7 */
bcd64a36
SL
8
9struct lastlog {
10 time_t ll_time;
11 char ll_line[8];
32762632 12 char ll_host[16]; /* same as in utmp */
bcd64a36 13};