diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-06-13 05:59:06 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-06-13 05:59:06 +0000 |
commit | 24773923cb760925540b08085e62c73d36178cad (patch) | |
tree | be238cf7db8ab719c13d6f54970bb6b316560768 /usr.bin/netstat/route.c | |
parent | ff9894a7aa88ac1f7cdb9c9b699947f7a3d20dec (diff) |
remove a rather silly comment.
Diffstat (limited to 'usr.bin/netstat/route.c')
-rw-r--r-- | usr.bin/netstat/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 192d1188ed5..6393af7addc 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.79 2008/06/13 05:57:50 claudio Exp $ */ +/* $OpenBSD: route.c,v 1.80 2008/06/13 05:59:05 claudio Exp $ */ /* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */ /* @@ -69,7 +69,7 @@ #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) struct radix_node_head ***rt_head; -struct radix_node_head ***rnt; /* provides enough space */ +struct radix_node_head ***rnt; struct radix_node_head *rt_tables[AF_MAX+1]; /* provides enough space */ u_int8_t af2rtafidx[AF_MAX+1]; |