don't expose kernel variables to userland.

This commit is contained in:
christos 2006-10-17 14:53:54 +00:00
parent 95809f6403
commit 0a3d351aae
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfsnode.h,v 1.56 2006/05/14 21:32:21 elad Exp $ */
/* $NetBSD: nfsnode.h,v 1.57 2006/10/17 14:53:54 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@ -70,7 +70,6 @@ struct sillyrename {
* the cookies are stored.
*/
extern u_long nfsdirhashmask;
LIST_HEAD(nfsdirhashhead, nfsdircache);
TAILQ_HEAD(nfsdirchainhead, nfsdircache);
@ -232,6 +231,9 @@ struct nfs_iod {
extern struct nfs_iod nfs_asyncdaemon[NFS_MAXASYNCDAEMON];
#ifdef _KERNEL
extern u_long nfsdirhashmask;
/*
* Prototypes for NFS vnode operations
*/