From 8f79eed4594225520bc8877e0f36a5ff015fc796 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 19 Sep 1999 19:59:16 +0000 Subject: 1999-07-20 Roland McGrath * getty.c: Include for login_tty decl. --- daemons/getty.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/daemons/getty.c b/daemons/getty.c index ce073d5e..e88810b5 100644 --- a/daemons/getty.c +++ b/daemons/getty.c @@ -1,5 +1,5 @@ /* Stubby version of getty for Hurd - Copyright (C) 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -29,12 +29,11 @@ #include #include #include +#include /* XXX */ -extern int login_tty (int); extern char *localhost (); -#define _PATH_DEV "/dev" #define _PATH_LOGIN "/bin/login" /* Print a suitable welcome banner */ -- cgit v1.2.3