From 04ee4c21641124d83460020c6fe707fc41ffd21e Mon Sep 17 00:00:00 2001 From: rrs Date: Wed, 16 Apr 2008 17:24:18 +0000 Subject: Allow SCTP to compile without INET6. PR: 116816 Obtained from tuexen@fh-muenster.de: MFC after: 2 weeks --- sys/netinet/sctp_pcb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/netinet/sctp_pcb.h') diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 65e4b50..44ac300 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -434,8 +434,11 @@ struct sctp_tcb { extern struct sctp_epinfo sctppcbinfo; +#ifdef INET6 int SCTP6_ARE_ADDR_EQUAL(struct in6_addr *a, struct in6_addr *b); +#endif + void sctp_fill_pcbinfo(struct sctp_pcbinfo *); struct sctp_ifn * -- cgit v1.1