summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pty.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/pty.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/pty.c')
-rw-r--r--lib/libutil/pty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c
index 57e684c..839c1b7 100644
--- a/lib/libutil/pty.c
+++ b/lib/libutil/pty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94";
#else
static const char rcsid[] =
- "$Id$";
+ "$Id: pty.c,v 1.7 1997/08/13 20:42:18 steve Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -47,7 +47,6 @@ static const char rcsid[] =
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
OpenPOWER on IntegriCloud