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.c | |
| parent | e4f570a2158ce42f37b809588f87a018f356e330 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/login.c')
| -rw-r--r-- | lib/libutil/login.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c index 235f271e8af6..8ff2d5fe0a6f 100644 --- a/lib/libutil/login.c +++ b/lib/libutil/login.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: login.c,v 1.4 1997/08/13 20:42:16 steve Exp $"; #endif #endif /* LIBC_SCCS and not lint */ @@ -46,7 +46,6 @@ static const char rcsid[] = #include <unistd.h> #include <stdlib.h> #include <utmp.h> -#include <stdio.h> #include <libutil.h> void |
