diff options
Diffstat (limited to 'login/lastlog.h')
-rw-r--r-- | login/lastlog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/login/lastlog.h b/login/lastlog.h new file mode 100644 index 0000000..f2443eb --- /dev/null +++ b/login/lastlog.h @@ -0,0 +1,4 @@ +/* This header file is used in 4.3BSD to define `struct lastlog', + which we define in <utmpbits.h>. */ + +#include <utmp.h> |