mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Correct function arguments for SYSUNINITs.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1bbe967cc4
commit
bb84e3d77d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/vnet/; revision=294589
@ -163,7 +163,7 @@ div_init(void)
|
||||
}
|
||||
|
||||
static void
|
||||
div_destroy(void)
|
||||
div_destroy(void *unused __unused)
|
||||
{
|
||||
|
||||
in_pcbinfo_destroy(&V_divcbinfo);
|
||||
|
Loading…
Reference in New Issue
Block a user