diff options
Diffstat (limited to 'sys/nfs/nfs_syscalls.c')
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index eecf47b6db6..791c0076cf6 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_syscalls.c,v 1.77 2009/05/22 00:19:25 thib Exp $ */ +/* $OpenBSD: nfs_syscalls.c,v 1.78 2009/05/30 17:20:29 thib Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */ /* @@ -106,9 +106,6 @@ int (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *, nfsrv_fsinfo, nfsrv_pathconf, nfsrv_commit, - nfsrv_noop, - nfsrv_noop, - nfsrv_noop, nfsrv_noop }; #endif |