--- src/sys/vfs/nfs/nfs.h 2008/07/14 17:45:49 1.20 +++ src/sys/vfs/nfs/nfs.h 2008/09/17 21:44:24 1.21 @@ -674,9 +674,9 @@ int nfsrv_commit (struct nfsrv_descript struct thread *td, struct mbuf **mrq); int nfsrv_create (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct thread *td, struct mbuf **mrq); -int nfsrv_fhtovp (fhandle_t *, int, struct vnode **, struct ucred *, - struct nfssvc_sock *, struct sockaddr *, int *, - int, int); +int nfsrv_fhtovp (fhandle_t *, int, struct mount **, struct vnode **, + struct ucred *, struct nfssvc_sock *, + struct sockaddr *, int *, int, int); int nfsrv_setpublicfs (struct mount *, struct netexport *, struct export_args *); int nfs_ispublicfh (fhandle_t *);