summaryrefslogtreecommitdiff
path: root/netinet/sctp_uio.h
diff options
context:
space:
mode:
authortuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-07-15 20:40:54 +0000
committertuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-07-15 20:40:54 +0000
commitc5e505da69d2f4a94b68ccdf8fcbd336110ff77c (patch)
tree8ee0644cb1c00b3f775147bd606cd7453337ce68 /netinet/sctp_uio.h
parent0d570ca57391cf9e8bfcbf88be8994c56aadbdf4 (diff)
downloadusrsctplib-c5e505da69d2f4a94b68ccdf8fcbd336110ff77c.tar.gz
Sync with main sources.
git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@8053 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
Diffstat (limited to 'netinet/sctp_uio.h')
-rwxr-xr-xnetinet/sctp_uio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/netinet/sctp_uio.h b/netinet/sctp_uio.h
index 71b3ebb..1159cf0 100755
--- a/netinet/sctp_uio.h
+++ b/netinet/sctp_uio.h
@@ -32,7 +32,7 @@
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctp_uio.h 235903 2012-05-24 11:52:57Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctp_uio.h 238501 2012-07-15 20:16:17Z tuexen $");
#endif
#ifndef _NETINET_SCTP_UIO_H_
@@ -1121,10 +1121,10 @@ struct sctpstat {
#define SCTP_STAT_DECR_GAUGE32(_x) SCTP_STAT_DECR(_x)
union sctp_sockstore {
-#if defined(INET) || !defined(_KERNEL)
+#if defined(INET)
struct sockaddr_in sin;
#endif
-#if defined(INET6) || !defined(_KERNEL)
+#if defined(INET6)
struct sockaddr_in6 sin6;
#endif
#if defined(__Userspace__)