diff options
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index 007933590d7..27a6c7b5be9 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_syscalls.c,v 1.60 2008/06/10 20:14:37 beck Exp $ */ +/* $OpenBSD: nfs_syscalls.c,v 1.61 2008/06/11 00:44:53 thib Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */ /* @@ -84,7 +84,6 @@ extern int nfsrtton; extern struct nfsstats nfsstats; extern int nfsrvw_procrastinate; struct nfssvc_sock *nfs_udpsock; -int nuidhash_max = NFS_MAXUIDHASH; int nfsd_waiting = 0; #ifdef NFSSERVER static int nfs_numnfsd = 0; |