summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsmount.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfsmount.h')
-rw-r--r--sys/nfs/nfsmount.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfsmount.h b/sys/nfs/nfsmount.h
index f220ddc6b49..5b4e8b634eb 100644
--- a/sys/nfs/nfsmount.h
+++ b/sys/nfs/nfsmount.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsmount.h,v 1.14 2007/06/13 18:05:27 thib Exp $ */
+/* $OpenBSD: nfsmount.h,v 1.15 2008/06/08 18:23:03 thib Exp $ */
/* $NetBSD: nfsmount.h,v 1.10 1996/02/18 11:54:03 fvdl Exp $ */
/*
@@ -74,7 +74,6 @@ struct nfsmount {
char *nm_verfstr; /* and the verifier */
int nm_verflen;
u_char nm_verf[NFSX_V3WRITEVERF]; /* V3 write verifier */
- NFSKERBKEY_T nm_key; /* and the session key */
int nm_numuids; /* Number of nfsuid mappings */
TAILQ_HEAD(, nfsuid) nm_uidlruhead; /* Lists of nfsuid mappings */
LIST_HEAD(, nfsuid) nm_uidhashtbl[NFS_MUIDHASHSIZ];