sctp: miror change due to upstreaming

This commit is contained in:
Michael Tuexen 2022-01-03 23:03:06 +01:00
parent 4ccd6c137f
commit f87818eacf

View File

@ -59,7 +59,7 @@ extern const struct sctp_cc_functions sctp_cc_functions[];
extern const struct sctp_ss_functions sctp_ss_functions[];
static void
sctp_init(void *arg __unused)
sctp_init(void *arg SCTP_UNUSED)
{
u_long sb_max_adj;
@ -91,6 +91,7 @@ sctp_init(void *arg __unused)
SCTP_BASE_VAR(eh_tag) = EVENTHANDLER_REGISTER(rt_addrmsg,
sctp_addr_change_event_handler, NULL, EVENTHANDLER_PRI_FIRST);
}
VNET_SYSINIT(sctp_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD, sctp_init, NULL);
#ifdef VIMAGE