summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-12 19:21:36 +0000
committerbde <bde@FreeBSD.org>1995-07-12 19:21:36 +0000
commitd7ba7784050dd82d2cb91129695330fa4cc35fb3 (patch)
tree666ddc39152ec7f3b794644ce6e9e375b00ede26 /usr.bin/netstat
parent9bdc2db62de7e8111884c3ddff9cb6b245b54334 (diff)
downloadFreeBSD-src-d7ba7784050dd82d2cb91129695330fa4cc35fb3.zip
FreeBSD-src-d7ba7784050dd82d2cb91129695330fa4cc35fb3.tar.gz
Instantiate our own variables instead of depending on bogus common
declarations in system headers that will be fixed soon.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/route.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index ebb442a..ce7695a 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -36,7 +36,7 @@
static char sccsid[] = "From: @(#)route.c 8.3 (Berkeley) 3/9/94";
#endif
static const char rcsid[] =
- "$Id: route.c,v 1.4 1995/04/06 06:09:44 jkh Exp $";
+ "$Id: route.c,v 1.5 1995/05/30 06:32:53 rgrimes Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -103,6 +103,7 @@ int do_rtent = 0;
struct rtentry rtentry;
struct radix_node rnode;
struct radix_mask rmask;
+struct radix_node_head *rt_tables[AF_MAX+1];
int NewTree = 0;
OpenPOWER on IntegriCloud