mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Get it compiling without INET and INET6 support (mainly userland stack).
MFC after: 2 weeks
This commit is contained in:
parent
6acd596efb
commit
cca6f4a8f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244033
@ -4599,7 +4599,11 @@ sctp_send_initiate(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int so_locked
|
||||
struct mbuf *m;
|
||||
struct sctp_nets *net;
|
||||
struct sctp_init_chunk *init;
|
||||
|
||||
#if defined(INET) || defined(INET6)
|
||||
struct sctp_supported_addr_param *sup_addr;
|
||||
|
||||
#endif
|
||||
struct sctp_adaptation_layer_indication *ali;
|
||||
struct sctp_supported_chunk_types_param *pr_supported;
|
||||
struct sctp_paramhdr *ph;
|
||||
|
Loading…
Reference in New Issue
Block a user