summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-25 09:37:10 +0000
committerume <ume@FreeBSD.org>2003-10-25 09:37:10 +0000
commitb3c1e801753069192b4fa8fc22662fa3052ec7c7 (patch)
treec7074d8fb323b87b0907a5298c6be8f2d0b65ad4 /sys/netinet6/in6.h
parent8c5b85e155e251743fa65a57282ae95e14d63e0d (diff)
downloadFreeBSD-src-b3c1e801753069192b4fa8fc22662fa3052ec7c7.zip
FreeBSD-src-b3c1e801753069192b4fa8fc22662fa3052ec7c7.tar.gz
correct namespace pollution.
Submitted by: bde
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 45481e9..ab5f39e 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -639,6 +639,11 @@ typedef __size_t size_t;
#define _SIZE_T_DECLARED
#endif
+#ifndef _SOCKLEN_T_DECLARED
+typedef __socklen_t socklen_t;
+#define _SOCKLEN_T_DECLARED
+#endif
+
#if __BSD_VISIBLE
__BEGIN_DECLS
OpenPOWER on IntegriCloud