From 5a30307f56d09e933aa4c7b7cbc8d11af021165e Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 3 Jan 1997 20:16:31 +0000 Subject: [PATCH] Update to match changes in and . --- usr.bin/netstat/if.c | 5 +++++ usr.bin/netstat/mroute.c | 2 -- usr.bin/netstat/route.c | 5 ++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 4dc9f781ec98..0edd116acb96 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -32,7 +32,11 @@ */ #ifndef lint +/* static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; +*/ +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include @@ -41,6 +45,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; #include #include +#include #include #include #include diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index 68a15f5b868a..e725d5d155a0 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -55,9 +55,7 @@ #include #include #include -#define KERNEL 1 /* XXX bogus! */ #include -#undef KERNEL #include #include diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 2da464f30450..8a21f4fd7bda 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: route.c,v 1.21 1996/10/28 18:56:44 wollman Exp $"; + "$Id: route.c,v 1.22 1996/12/10 17:11:53 wollman Exp $"; #endif /* not lint */ #include @@ -45,11 +45,10 @@ static const char rcsid[] = #include #include +#include #include #include -#define KERNEL #include -#undef KERNEL #include #include