summaryrefslogtreecommitdiffstats
path: root/lib/libutil/logwtmp.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-09 11:24:20 +0000
committerjkh <jkh@FreeBSD.org>1998-10-09 11:24:20 +0000
commitaac7427316dcb7e06c54c6c78b84598834fa0db0 (patch)
tree2582d7f9f88282c0936225426bcf8de22770d7c7 /lib/libutil/logwtmp.c
parent594459b1b55213bd7548edb3c499992399ef4701 (diff)
downloadFreeBSD-src-aac7427316dcb7e06c54c6c78b84598834fa0db0.zip
FreeBSD-src-aac7427316dcb7e06c54c6c78b84598834fa0db0.tar.gz
Now take stdio.h out of files that don't require it.
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r--lib/libutil/logwtmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c
index ee07564..de98ee5 100644
--- a/lib/libutil/logwtmp.c
+++ b/lib/libutil/logwtmp.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: logwtmp.c,v 1.6 1998/06/01 08:46:53 amurai Exp $";
+ "$Id: logwtmp.c,v 1.7 1998/10/09 00:39:09 jkh Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -47,7 +47,6 @@ static const char rcsid[] =
#include <netinet/in.h>
#include <arpa/inet.h>
-#include <stdio.h>
#include <libutil.h>
#include <netdb.h>
#include <string.h>
OpenPOWER on IntegriCloud