Wrap a line that became too long with the addition of V_.

(This file contains many more unwrapped or badly wrapped lines.)
This commit is contained in:
Brooks Davis 2008-09-01 17:15:29 +00:00
parent 39fa99fb24
commit c7cacf27f0

View File

@ -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: