summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/nfs/nfs4_subr.c
diff options
context:
space:
mode:
authorjwahlig <none@none>2006-04-19 09:01:49 -0700
committerjwahlig <none@none>2006-04-19 09:01:49 -0700
commitcbc96f512c30ce7085f61fc32803e50f3dd773c1 (patch)
tree4f6f30d3169ec344c9ea9c0244df6e6cf3dde1fe /usr/src/uts/common/fs/nfs/nfs4_subr.c
parent5dae444307f5b8d786aac2b086e5eb7f18dcf4de (diff)
downloadillumos-joyent-cbc96f512c30ce7085f61fc32803e50f3dd773c1.tar.gz
6404170 rampart adds <sys/cred_impl.h> include to NFS
6412684 client crash dump when attempt to mount the server resource with wrong command
Diffstat (limited to 'usr/src/uts/common/fs/nfs/nfs4_subr.c')
-rw-r--r--usr/src/uts/common/fs/nfs/nfs4_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/nfs/nfs4_subr.c b/usr/src/uts/common/fs/nfs/nfs4_subr.c
index 7c172ba7ce..9278fe03da 100644
--- a/usr/src/uts/common/fs/nfs/nfs4_subr.c
+++ b/usr/src/uts/common/fs/nfs/nfs4_subr.c
@@ -38,7 +38,8 @@
#include <sys/session.h>
#include <sys/thread.h>
#include <sys/dnlc.h>
-#include <sys/cred_impl.h>
+#include <sys/cred.h>
+#include <sys/priv.h>
#include <sys/list.h>
#include <sys/sdt.h>
#include <sys/policy.h>