BSD 3 development
[unix-history] / usr / include / lastlog.h
CommitLineData
8b2e40fc
BJ
1struct lastlog {
2 time_t ll_time;
3 char ll_line[8];
4};