From 423b6a39ff2f1b9a1d32e1a30b0288afad548ec0 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 3 Jul 1997 11:37:43 +0000 Subject: [PATCH] Include instead of private declarations --- sbin/init/init.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sbin/init/init.c b/sbin/init/init.c index 148d59ed2100..fda577a4f1d7 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: init.c,v 1.18 1997/06/28 08:18:29 pst Exp $ + * $Id: init.c,v 1.19 1997/07/02 13:53:31 ache Exp $ */ #ifndef lint @@ -54,6 +54,7 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93"; #include #include #include +#include #include #include #include @@ -81,13 +82,6 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93"; #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. */