mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Correct function arguments for SYSUNINITs.
Obtained from: p4 @180834 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4ce8702050
commit
1bbe967cc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/vnet/; revision=294587
@ -217,7 +217,7 @@ rip_init(void)
|
||||
|
||||
#ifdef VIMAGE
|
||||
static void
|
||||
rip_destroy(void)
|
||||
rip_destroy(void *unused __unused)
|
||||
{
|
||||
|
||||
in_pcbinfo_destroy(&V_ripcbinfo);
|
||||
|
Loading…
Reference in New Issue
Block a user