summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/netstat.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-10-28 19:08:13 +0000
committerwollman <wollman@FreeBSD.org>1996-10-28 19:08:13 +0000
commit928320c3b6a55543a046b8f813902a148613b129 (patch)
treeaa3d774eab7cb041f0be696504aa78e107f285f6 /usr.bin/systat/netstat.c
parentcd2ff97ceed98bfea914f0b9efea6c84cd0d6039 (diff)
downloadFreeBSD-src-928320c3b6a55543a046b8f813902a148613b129.zip
FreeBSD-src-928320c3b6a55543a046b8f813902a148613b129.tar.gz
Eliminate unnecessary include of <sys/mbuf.h>.
Diffstat (limited to 'usr.bin/systat/netstat.c')
-rw-r--r--usr.bin/systat/netstat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c
index 9e3eff7..cc4adac 100644
--- a/usr.bin/systat/netstat.c
+++ b/usr.bin/systat/netstat.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+/*
static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
+*/
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
/*
@@ -42,7 +46,6 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
-#include <sys/mbuf.h>
#include <sys/protosw.h>
#include <netinet/in.h>
OpenPOWER on IntegriCloud