BSD 4_3_Tahoe development
[unix-history] / .ref-BSD-4_3 / 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 *
95f51977 6 * @(#)lastlog.h 5.1 (Berkeley) 5/30/85
bb0cfa24 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};