summaryrefslogtreecommitdiff
path: root/include/lastlog.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-02 07:54:13 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-02 07:54:13 +0000
commit53c4df149163b2df172397ae18cd2e265dfd875b (patch)
tree5138ec9e0b008e78d80e8c88053334208b36716c /include/lastlog.h
parentd62a439a4f32e8e2f8b9c437688b9fc7db91f437 (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.h4
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>