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

This commit is contained in:
cgd 1993-05-20 12:03:49 +00:00
parent 97be2cdc42
commit 599306af5d
4 changed files with 4 additions and 8 deletions

View File

@ -33,11 +33,10 @@
#ifndef lint
/* from: static char sccsid[] = "@(#)inet.c 5.15 (Berkeley) 6/18/90"; */
static char rcsid = "$Id: inet.c,v 1.3 1993/05/20 10:40:41 cgd Exp $";
static char rcsid[] = "$Id: inet.c,v 1.4 1993/05/20 12:03:49 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/mbuf.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
/* from: static char sccsid[] = "@(#)iso.c 5.6 (Berkeley) 4/27/91"; */
static char rcsid = "$Id: iso.c,v 1.2 1993/05/20 10:40:48 cgd Exp $";
static char rcsid[] = "$Id: iso.c,v 1.3 1993/05/20 12:03:51 cgd Exp $";
#endif /* not lint */
/*******************************************************************************
@ -64,7 +64,6 @@ SOFTWARE.
*/
#include <sys/param.h>
#include <sys/select.h>
#include <sys/mbuf.h>
#include <sys/time.h>
#include <sys/domain.h>

View File

@ -33,11 +33,10 @@
#ifndef lint
/* from: static char sccsid[] = "@(#)ns.c 5.13 (Berkeley) 3/1/91"; */
static char rcsid = "$Id: ns.c,v 1.2 1993/05/20 10:40:57 cgd Exp $";
static char rcsid[] = "$Id: ns.c,v 1.3 1993/05/20 12:03:53 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/mbuf.h>

View File

@ -33,14 +33,13 @@
#ifndef lint
/* from: static char sccsid[] = "@(#)unix.c 5.11 (Berkeley) 7/1/91"; */
static char rcsid = "$Id: unix.c,v 1.3 1993/05/20 10:41:04 cgd Exp $";
static char rcsid[] = "$Id: unix.c,v 1.4 1993/05/20 12:03:54 cgd Exp $";
#endif /* not lint */
/*
* Display protocol blocks in the unix domain.
*/
#include <sys/param.h>
#include <sys/select.h>
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>