diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-02 07:54:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-02 07:54:13 +0000 |
commit | 53c4df149163b2df172397ae18cd2e265dfd875b (patch) | |
tree | 5138ec9e0b008e78d80e8c88053334208b36716c /include/lastlog.h | |
parent | d62a439a4f32e8e2f8b9c437688b9fc7db91f437 (diff) |
Several little additions and cleanups. Add getw() and putw().
Add in some missing header files (netipx/ipx.h include/lastlog.h
include/sgtty.h include/sys/perm.h)
-Erik
Diffstat (limited to 'include/lastlog.h')
-rw-r--r-- | include/lastlog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lastlog.h b/include/lastlog.h new file mode 100644 index 000000000..8cc425436 --- /dev/null +++ b/include/lastlog.h @@ -0,0 +1,4 @@ +/* This header file is used in 4.3BSD to define `struct lastlog', + which we define in <bits/utmp.h>. */ + +#include <utmp.h> |