summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-09-01 17:15:29 +0000
committerbrooks <brooks@FreeBSD.org>2008-09-01 17:15:29 +0000
commit49557993ec91307f8d3088e95785d0137765fb2f (patch)
tree1c59b6c73c842d278d6abe6cff73cb2738b8ff49 /sys/net/route.c
parent364610d759682447a2bd6f8b5ea03d77454c192f (diff)
downloadFreeBSD-src-49557993ec91307f8d3088e95785d0137765fb2f.zip
FreeBSD-src-49557993ec91307f8d3088e95785d0137765fb2f.tar.gz
Wrap a line that became too long with the addition of V_.
(This file contains many more unwrapped or badly wrapped lines.)
Diffstat (limited to 'sys/net/route.c')
-rw-r--r--sys/net/route.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index 70f218b..53a207c 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1310,7 +1310,8 @@ int
rt_setgate(struct rtentry *rt, struct sockaddr *dst, struct sockaddr *gate)
{
/* XXX dst may be overwritten, can we move this to below */
- struct radix_node_head *rnh = V_rt_tables[rt->rt_fibnum][dst->sa_family];
+ struct radix_node_head *rnh =
+ V_rt_tables[rt->rt_fibnum][dst->sa_family];
int dlen = SA_SIZE(dst), glen = SA_SIZE(gate);
again:
OpenPOWER on IntegriCloud