X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/908b5ff6c75734cb1c729163dc81aa9e670aea44..dadab5e9782225b1752766daee5c789e2266b933:/sys/vfs/nwfs/nwfs_node.h diff --git a/sys/vfs/nwfs/nwfs_node.h b/sys/vfs/nwfs/nwfs_node.h index 5b9c2034b7..72fe5f8d7c 100644 --- a/sys/vfs/nwfs/nwfs_node.h +++ b/sys/vfs/nwfs/nwfs_node.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/nwfs/nwfs_node.h,v 1.3.2.2 2000/10/25 02:28:42 bp Exp $ - * $DragonFly: src/sys/vfs/nwfs/nwfs_node.h,v 1.2 2003/06/17 04:28:54 dillon Exp $ + * $DragonFly: src/sys/vfs/nwfs/nwfs_node.h,v 1.3 2003/06/25 03:56:08 dillon Exp $ */ #ifndef _NWFS_NODE_H_ #define _NWFS_NODE_H_ @@ -88,7 +88,7 @@ struct uio; void nwfs_hash_init(void); void nwfs_hash_free(void); int nwfs_allocvp(struct mount *mp, ncpfid fid, struct vnode **vpp); -int nwfs_lookupnp(struct nwmount *nmp, ncpfid fid, struct proc *p, +int nwfs_lookupnp(struct nwmount *nmp, ncpfid fid, struct thread *td, struct nwnode **npp); int nwfs_inactive(struct vop_inactive_args *); int nwfs_reclaim(struct vop_reclaim_args *);