Eliminate unnecessary include of <sys/mbuf.h>.
This commit is contained in:
parent
cd2ff97cee
commit
928320c3b6
@ -32,7 +32,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
|
/*
|
||||||
static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93";
|
static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93";
|
||||||
|
*/
|
||||||
|
static const char rcsid[] =
|
||||||
|
"$Id$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -42,7 +46,6 @@ static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93";
|
|||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/socketvar.h>
|
#include <sys/socketvar.h>
|
||||||
#include <sys/mbuf.h>
|
|
||||||
#include <sys/protosw.h>
|
#include <sys/protosw.h>
|
||||||
|
|
||||||
#include <net/route.h>
|
#include <net/route.h>
|
||||||
|
@ -32,7 +32,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
|
/*
|
||||||
static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
|
static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
|
||||||
|
*/
|
||||||
|
static const char rcsid[] =
|
||||||
|
"$Id$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -42,7 +46,6 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
|
|||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/socketvar.h>
|
#include <sys/socketvar.h>
|
||||||
#include <sys/mbuf.h>
|
|
||||||
#include <sys/protosw.h>
|
#include <sys/protosw.h>
|
||||||
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user