diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 | ||||
-rw-r--r-- | misc/logwtmp.c | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3c87abf9ec..53489c68cd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -37,8 +37,8 @@ routines := brk sbrk sstk ioctl \ select \ acct chroot fsync sync reboot \ gethostid sethostid \ - mknod \ - swapon vhangup mktemp mkstemp \ + revoke vhangup mknod \ + swapon mktemp mkstemp \ ualarm usleep \ gtty stty \ ptrace \ diff --git a/misc/logwtmp.c b/misc/logwtmp.c index d55ac9e941..5b3c8ded11 100644 --- a/misc/logwtmp.c +++ b/misc/logwtmp.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #include <unistd.h> #include <utmp.h> +void logwtmp(line, name, host) char *line, *name, *host; { |