1
0
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:
Bjoern A. Zeeb 2016-01-22 18:39:23 +00:00
parent 1bbe967cc4
commit bb84e3d77d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/vnet/; revision=294589

View File

@ -163,7 +163,7 @@ div_init(void)
}
static void
div_destroy(void)
div_destroy(void *unused __unused)
{
in_pcbinfo_destroy(&V_divcbinfo);