Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/net/if_gif.c 195699 2009-07-14 22:48:30Z rwatson $ */
---
> /* $FreeBSD: head/sys/net/if_gif.c 195727 2009-07-16 21:13:04Z rwatson $ */
102,104c102,104
< #define V_gif_softc_list VNET_GET(gif_softc_list)
< #define V_max_gif_nesting VNET_GET(max_gif_nesting)
< #define V_parallel_tunnels VNET_GET(parallel_tunnels)
---
> #define V_gif_softc_list VNET(gif_softc_list)
> #define V_max_gif_nesting VNET(max_gif_nesting)
> #define V_parallel_tunnels VNET(parallel_tunnels)
108c108
< #define V_ip_gif_ttl VNET_GET(ip_gif_ttl)
---
> #define V_ip_gif_ttl VNET(ip_gif_ttl)
112c112
< #define V_ip6_gif_hlim VNET_GET(ip6_gif_hlim)
---
> #define V_ip6_gif_hlim VNET(ip6_gif_hlim)