Get it compiling without INET and INET6 support (mainly userland stack).

MFC after: 2 weeks
This commit is contained in:
tuexen 2012-12-08 15:11:09 +00:00
parent 9d9aaa0e32
commit 9194fa5887

View File

@ -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;