summaryrefslogtreecommitdiff
path: root/lib/libutil/logout.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 11:24:20 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 11:24:20 +0000
commit8b1ef8d4645b65a6acfa34d3c1f460805e737a98 (patch)
tree6aa2d04157eacd26a47f51d7054f26b88f9b22f8 /lib/libutil/logout.c
parente4f570a2158ce42f37b809588f87a018f356e330 (diff)
Notes
Diffstat (limited to 'lib/libutil/logout.c')
-rw-r--r--lib/libutil/logout.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c
index 10a11c2fcf6e..e5df7984a150 100644
--- a/lib/libutil/logout.c
+++ b/lib/libutil/logout.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: logout.c,v 1.3 1997/08/13 20:42:17 steve Exp $";
+ "$Id: logout.c,v 1.4 1998/10/09 00:39:09 jkh Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -47,7 +47,6 @@ static const char rcsid[] =
#include <utmp.h>
#include <unistd.h>
#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
#include <libutil.h>