Deleted Added
full compact
66c66
< __FBSDID("$FreeBSD: head/sys/netinet/tcp_hostcache.c 215317 2010-11-14 20:38:11Z dim $");
---
> __FBSDID("$FreeBSD: head/sys/netinet/tcp_hostcache.c 215701 2010-11-22 19:32:54Z dim $");
109c109
< STATIC_VNET_DEFINE(struct tcp_hostcache, tcp_hostcache);
---
> static VNET_DEFINE(struct tcp_hostcache, tcp_hostcache);
112c112
< STATIC_VNET_DEFINE(struct callout, tcp_hc_callout);
---
> static VNET_DEFINE(struct callout, tcp_hc_callout);