From 53c4df149163b2df172397ae18cd2e265dfd875b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Feb 2002 07:54:13 +0000 Subject: 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 --- include/lastlog.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/lastlog.h (limited to 'include/lastlog.h') 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 . */ + +#include -- cgit v1.2.3