summaryrefslogtreecommitdiff
path: root/netinet/sctp_var.h
diff options
context:
space:
mode:
authortuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2011-12-23 18:47:55 +0000
committertuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2011-12-23 18:47:55 +0000
commit1a0a058c2e170a7749bd410bdeff477bbd75a615 (patch)
tree06f35a2b5d1885f1d3894a56809feb21254930d3 /netinet/sctp_var.h
parentcd78deb883f0edfcdcde56ea7a2f972afc3bfbcd (diff)
downloadusrsctplib-1a0a058c2e170a7749bd410bdeff477bbd75a615.tar.gz
IPv6 changes from Irene Ruengeler.
git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@7392 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
Diffstat (limited to 'netinet/sctp_var.h')
-rwxr-xr-xnetinet/sctp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netinet/sctp_var.h b/netinet/sctp_var.h
index f8b8d8e..56d7bbf 100755
--- a/netinet/sctp_var.h
+++ b/netinet/sctp_var.h
@@ -406,7 +406,7 @@ int sctp_ctloutput __P((struct socket *, struct sockopt *));
#ifdef INET
void sctp_input_with_port __P((struct mbuf *, int, uint16_t));
#endif
-#if defined(__APPLE__)
+#if defined(__APPLE__) || defined(__Userspace__)
#if defined(INET6)
int sctp6_input_with_port __P((struct mbuf **, int *, uint16_t));
#endif