From 908649989307dbbec305bd6fb281037bdabd6782 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 28 Oct 1996 18:56:44 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 56164314479a..3087426d0f32 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 abcfa6dee285..84ba04134875 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 4f47d98843a7..fb55788be504 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 6a50c714525d..74bbddedfd78 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