From c7cacf27f0b192b9380b85506445e108e1e1e4ba Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 1 Sep 2008 17:15:29 +0000 Subject: [PATCH] Wrap a line that became too long with the addition of V_. (This file contains many more unwrapped or badly wrapped lines.) --- sys/net/route.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/net/route.c b/sys/net/route.c index 70f218b0705e..53a207ca14c7 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: