mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Get the code compiling without INET and INET6 being defined.
This is not possible in FreeBSD, but in the upstream code. MFC after: 2 weeks
This commit is contained in:
parent
ff74a3fa6b
commit
da24cfcb35
1 changed files with 0 additions and 4 deletions
|
|
@ -4543,11 +4543,7 @@ 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 a new issue