diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-14 15:36:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-14 15:36:52 +0000 |
commit | cf7b0390212aacc960029c5267c56ae1734db7c3 (patch) | |
tree | 5ee0e6f5c72f7ac151909bfb1a8fbcce4838c4a5 /sys/nfs/nfs_var.h | |
parent | 86529c9b7734bcf22e33bf31492133e3fb3d36f3 (diff) |
better nfsrv_access() control, from netbsd
Diffstat (limited to 'sys/nfs/nfs_var.h')
-rw-r--r-- | sys/nfs/nfs_var.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/nfs/nfs_var.h b/sys/nfs/nfs_var.h index 5e944220a3b..8b7ac70f417 100644 --- a/sys/nfs/nfs_var.h +++ b/sys/nfs/nfs_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_var.h,v 1.3 1996/09/21 11:06:20 deraadt Exp $ */ +/* $OpenBSD: nfs_var.h,v 1.4 1996/12/14 15:36:51 deraadt Exp $ */ /* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */ /* @@ -227,7 +227,8 @@ int nfsrv_null __P((struct nfsrv_descript *, struct nfssvc_sock *, struct proc *, struct mbuf **)); int nfsrv_noop __P((struct nfsrv_descript *, struct nfssvc_sock *, struct proc *, struct mbuf **)); -int nfsrv_access __P((struct vnode *, int, struct ucred *, int, struct proc *)); +int nfsrv_access __P((struct vnode *, int, struct ucred *, int, struct proc *, + int)); /* nfs_socket.c */ int nfs_connect __P((struct nfsmount *, struct nfsreq *)); |