get rid of explicit select.h inclusion, and clean headers more

This commit is contained in:
cgd 1993-05-20 12:05:02 +00:00
parent 599306af5d
commit 44985e0359
1 changed files with 1 additions and 2 deletions

View File

@ -33,12 +33,11 @@
#if defined(LIBC_SCCS) && !defined(lint)
/* from: static char sccsid[] = "@(#)termios.c 5.9 (Berkeley) 5/20/91"; */
static char rcsid = "$Id: termios.c,v 1.2 1993/05/20 11:26:10 cgd Exp $";
static char rcsid[] = "$Id: termios.c,v 1.3 1993/05/20 12:05:02 cgd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/errno.h>
#include <sys/select.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
#define KERNEL /* XXX - FREAD and FWRITE was ifdef'd KERNEL*/