mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
netinet6: Use proper prototype for SYSINIT functions
MFC after: 1 week (cherry picked from commit d4a80fa271b148b269869e5ca34e1861d9fcdfb0)
This commit is contained in:
parent
5b41be5cc0
commit
cfc237162c
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ struct fib_lookup_module flm_radix6 = {
|
|||
};
|
||||
|
||||
static void
|
||||
fib6_algo_init(void)
|
||||
fib6_algo_init(void *dummy __unused)
|
||||
{
|
||||
|
||||
fib_module_register(&flm_radix6_lockless);
|
||||
|
|
|
|||
Loading…
Reference in a new issue