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