Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/netinet/udp_var.h 196039 2009-08-02 19:43:32Z rwatson $
---
> * $FreeBSD: head/sys/netinet/udp_var.h 207369 2010-04-29 11:52:42Z bz $
132d131
<
135,137d133
< VNET_DECLARE(struct udpstat, udpstat);
< VNET_DECLARE(int, udp_blackhole);
<
140,141d135
< #define V_udpstat VNET(udpstat)
< #define V_udp_blackhole VNET(udp_blackhole)
144a139,142
> VNET_DECLARE(struct udpstat, udpstat);
> VNET_DECLARE(int, udp_blackhole);
> #define V_udpstat VNET(udpstat)
> #define V_udp_blackhole VNET(udp_blackhole)