From 806021be093ad00ce2022a532c0f4cc99b0065ac Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 22 May 1996 11:36:02 +0000 Subject: libutil --- sbin/init/init.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'sbin/init') diff --git a/sbin/init/init.c b/sbin/init/init.c index d0788c6826e..96b3bc1caa2 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.21 1995/10/05 06:11:24 mycroft Exp $ */ +/* $NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -46,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93"; #else -static char rcsid[] = "$NetBSD: init.c,v 1.21 1995/10/05 06:11:24 mycroft Exp $"; +static char rcsid[] = "$NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $"; #endif #endif /* not lint */ @@ -65,6 +65,7 @@ static char rcsid[] = "$NetBSD: init.c,v 1.21 1995/10/05 06:11:24 mycroft Exp $" #include #include #include +#include #ifdef __STDC__ #include @@ -78,13 +79,6 @@ static char rcsid[] = "$NetBSD: init.c,v 1.21 1995/10/05 06:11:24 mycroft Exp $" #include "pathnames.h" -/* - * Until the mythical util.h arrives... - */ -extern int login_tty __P((int)); -extern int logout __P((const char *)); -extern void logwtmp __P((const char *, const char *, const char *)); - /* * Sleep times; used to prevent thrashing. */ -- cgit v1.2.3