diff options
Diffstat (limited to 'sys/nfs/nfsmount.h')
-rw-r--r-- | sys/nfs/nfsmount.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/nfs/nfsmount.h b/sys/nfs/nfsmount.h index 3a76ef3123a..847aa753f1a 100644 --- a/sys/nfs/nfsmount.h +++ b/sys/nfs/nfsmount.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsmount.h,v 1.6 1999/06/10 05:55:15 millert Exp $ */ +/* $OpenBSD: nfsmount.h,v 1.7 2000/02/07 04:57:17 assar Exp $ */ /* $NetBSD: nfsmount.h,v 1.10 1996/02/18 11:54:03 fvdl Exp $ */ /* @@ -116,8 +116,7 @@ int nfs_statfs __P((struct mount *mp, struct statfs *sbp, struct proc *p)); int nfs_sync __P((struct mount *mp, int waitfor, struct ucred *cred, struct proc *p)); int nfs_vget __P((struct mount *, ino_t, struct vnode **)); -int nfs_fhtovp __P((struct mount *mp, struct fid *fhp, struct mbuf *nam, - struct vnode **vpp, int *exflagsp, struct ucred **credanonp)); +int nfs_fhtovp __P((struct mount *mp, struct fid *fhp, struct vnode **vpp)); int nfs_vptofh __P((struct vnode *vp, struct fid *fhp)); int nfs_fsinfo __P((struct nfsmount *, struct vnode *, struct ucred *, struct proc *)); |