From 60a197bb101b2936ceba4df979b3354dc93fb8d9 Mon Sep 17 00:00:00 2001 From: alfred Date: Thu, 8 Jul 2004 00:38:28 +0000 Subject: s/proc/thread --- share/man/man9/VOP_RENAME.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man9/VOP_RENAME.9') diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9 index bd18e87..22b3df0 100644 --- a/share/man/man9/VOP_RENAME.9 +++ b/share/man/man9/VOP_RENAME.9 @@ -172,7 +172,7 @@ vop_rename(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp, * the user must have write permission in the source so * as to be able to change "..". */ - error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc); + error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_thread); VOP_UNLOCK(fvp); if (doingdirectory && fdvp != tdvp) { /* -- cgit v1.1