summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/netinet
diff options
context:
space:
mode:
authorGordon Ross <gwr@nexenta.com>2017-05-08 10:08:35 -0400
committerGordon Ross <gwr@nexenta.com>2017-06-12 17:37:36 -0400
commit336970851eecf9c4348b3de7bbea0687059dd216 (patch)
tree579c9033c63d2514aab66cb00468a4591fa26766 /usr/src/uts/common/netinet
parenta4b8c9aa65a0a735aba318024a424a90d7b06c37 (diff)
downloadillumos-joyent-336970851eecf9c4348b3de7bbea0687059dd216.tar.gz
6856 sys/stream.h exposes unnecessary macros to userland
Portions contributed by: Lauri Tirkkonen <lotheac@iki.fi> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/uts/common/netinet')
-rw-r--r--usr/src/uts/common/netinet/in.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/netinet/in.h b/usr/src/uts/common/netinet/in.h
index d77d014e0c..9ac3066362 100644
--- a/usr/src/uts/common/netinet/in.h
+++ b/usr/src/uts/common/netinet/in.h
@@ -63,9 +63,6 @@ typedef void *Psocklen_t;
#endif /* _SOCKLEN_T */
-#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-#include <sys/stream.h>
-#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
/*
* Symbols such as htonl() are required to be exposed through this file,
* per XNS Issue 5. This is achieved by inclusion of <sys/byteorder.h>