aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/netstat.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-10-28 19:08:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-10-28 19:08:13 +0000
commit3e1c3ca6bb4db46c1c5bf8a02d07833ccc064352 (patch)
treeaa3d774eab7cb041f0be696504aa78e107f285f6 /usr.bin/systat/netstat.c
parent908649989307dbbec305bd6fb281037bdabd6782 (diff)
downloadsrc-3e1c3ca6bb4db46c1c5bf8a02d07833ccc064352.tar.gz
src-3e1c3ca6bb4db46c1c5bf8a02d07833ccc064352.zip
Eliminate unnecessary include of <sys/mbuf.h>.
Notes
Notes: svn path=/head/; revision=19234
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 9e3eff7d5a34..cc4adac94673 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>