mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix VIMAGE build.
This commit is contained in:
parent
9cb8d207af
commit
4a21e86ec1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249302
@ -274,8 +274,8 @@ vnet_tcpstatp_uninit(const void *unused)
|
||||
i++, c++)
|
||||
counter_u64_free(*c);
|
||||
}
|
||||
VNET_SYSUNINIT(vnet_tcpstatp_init, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY,
|
||||
vnet_ipstatp_uninit, NULL);
|
||||
VNET_SYSUNINIT(vnet_tcpstatp_uninit, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY,
|
||||
vnet_tcpstatp_uninit, NULL);
|
||||
#endif /* VIMAGE */
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user