Whitespace changes due to upstreaming r363079.
This commit is contained in:
parent
052c5ec4d0
commit
4ef7c2f28f
@ -479,7 +479,7 @@ sctp_get_mbuf_for_msg(unsigned int space_needed,
|
||||
|
||||
#define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
|
||||
|
||||
int sctp_syscalls_init(void);
|
||||
int sctp_syscalls_uninit(void);
|
||||
int sctp_syscalls_init(void);
|
||||
int sctp_syscalls_uninit(void);
|
||||
|
||||
#endif
|
||||
|
@ -100,6 +100,7 @@ sctp_finish(void *unused __unused)
|
||||
EVENTHANDLER_DEREGISTER(rt_addrmsg, SCTP_BASE_VAR(eh_tag));
|
||||
sctp_pcb_finish();
|
||||
}
|
||||
|
||||
VNET_SYSUNINIT(sctp, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, sctp_finish, NULL);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user