diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-09 11:24:20 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-09 11:24:20 +0000 | 
| commit | 8b1ef8d4645b65a6acfa34d3c1f460805e737a98 (patch) | |
| tree | 6aa2d04157eacd26a47f51d7054f26b88f9b22f8 /lib/libutil/login_tty.c | |
| parent | e4f570a2158ce42f37b809588f87a018f356e330 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/login_tty.c')
| -rw-r--r-- | lib/libutil/login_tty.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index d1fe3cf5e003..23792d43cbe6 100644 --- a/lib/libutil/login_tty.c +++ b/lib/libutil/login_tty.c @@ -36,7 +36,7 @@  static char sccsid[] = "@(#)login_tty.c	8.1 (Berkeley) 6/4/93";  #else  static const char rcsid[] = -	"$Id: login_tty.c,v 1.3 1997/08/13 20:42:17 steve Exp $"; +	"$Id: login_tty.c,v 1.4 1998/10/09 00:39:08 jkh Exp $";  #endif  #endif /* LIBC_SCCS and not lint */ @@ -45,7 +45,6 @@ static const char rcsid[] =  #include <unistd.h>  #include <stdlib.h> -#include <stdio.h>  #include <libutil.h>  int  | 
