From 342414a6e0952c308c0cf27daab6ea24fc4cc172 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 Mar 1995 10:24:00 +0000 Subject: * sysdeps/unix/bsd/bsd4.4/revoke.S: New file. * sysdeps/stub/revoke.c: New file. * misc/Makefile (routines): Add revoke. * posix/unistd.h [__USE_BSD] (revoke): Declare it. * sysdeps/generic/pty.c (openpty, forkpty): Declare return types. (forkpty): Declare login_tty. * misc/logwtmp.c (logwtmp): Declare to return void. * misc/login_tty.c (login_tty): Include unistd.h. Declare return type. --- misc/Makefile | 4 ++-- misc/logwtmp.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'misc') 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 #include +void logwtmp(line, name, host) char *line, *name, *host; { -- cgit 1.4.1