Deleted Added
full compact
61c61
< * $FreeBSD: head/sys/netinet6/in6_var.h 195727 2009-07-16 21:13:04Z rwatson $
---
> * $FreeBSD: head/sys/netinet6/in6_var.h 207369 2010-04-29 11:52:42Z bz $
490,492d489
< VNET_DECLARE(struct icmp6stat, icmp6stat);
< VNET_DECLARE(unsigned long, in6_maxmtu);
<
494,495d490
< #define V_icmp6stat VNET(icmp6stat)
< #define V_in6_maxmtu VNET(in6_maxmtu)
505a501,502
> VNET_DECLARE(struct icmp6stat, icmp6stat);
> #define V_icmp6stat VNET(icmp6stat)
513a511,512
> VNET_DECLARE(unsigned long, in6_maxmtu);
> #define V_in6_maxmtu VNET(in6_maxmtu)