diff options
| author | Gordon Ross <gwr@nexenta.com> | 2017-05-08 10:08:35 -0400 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2017-06-12 17:37:36 -0400 |
| commit | 336970851eecf9c4348b3de7bbea0687059dd216 (patch) | |
| tree | 579c9033c63d2514aab66cb00468a4591fa26766 /usr/src/uts/common/sys/netstack.h | |
| parent | a4b8c9aa65a0a735aba318024a424a90d7b06c37 (diff) | |
| download | illumos-gate-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/sys/netstack.h')
| -rw-r--r-- | usr/src/uts/common/sys/netstack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/netstack.h b/usr/src/uts/common/sys/netstack.h index edf703f2ef..b8b46ca350 100644 --- a/usr/src/uts/common/sys/netstack.h +++ b/usr/src/uts/common/sys/netstack.h @@ -32,6 +32,8 @@ #define _SYS_NETSTACK_H #include <sys/kstat.h> +#include <sys/cred.h> +#include <sys/mutex.h> #ifdef __cplusplus extern "C" { |
