From cd2ff97ceed98bfea914f0b9efea6c84cd0d6039 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 28 Oct 1996 18:56:44 +0000 Subject: Eliminate unnecessary include of . PCBs aren't stored in mbufs any more. --- usr.bin/netstat/atalk.c | 5 ++++- usr.bin/netstat/inet.c | 5 ++++- usr.bin/netstat/ipx.c | 5 ++++- usr.bin/netstat/route.c | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) (limited to 'usr.bin/netstat') diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 5616431..3087426 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -32,14 +32,17 @@ */ #ifndef lint +/* static char sccsid[] = "@(#)atalk.c 1.1 (Whistle) 6/6/96"; +*/ +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include #include #include #include -#include #include #include diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index abcfa6d..84ba041 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -32,14 +32,17 @@ */ #ifndef lint +/* static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; +*/ +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include #include #include #include -#include #include #include diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 4f47d98..fb55788 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -32,14 +32,17 @@ */ #ifndef lint +/* static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; +*/ +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include #include #include #include -#include #include #include diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 6a50c71..74bbdde 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,13 +36,12 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: route.c,v 1.19 1996/09/05 23:34:09 julian Exp $"; + "$Id: route.c,v 1.20 1996/10/09 18:19:07 wollman Exp $"; #endif /* not lint */ #include #include #include -#include #include #include -- cgit v1.1