From owner-cvs-all Fri Sep 28 5:37: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8B2237B40D; Fri, 28 Sep 2001 05:36:54 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SCast94065; Fri, 28 Sep 2001 05:36:54 -0700 (PDT) (envelope-from des) Message-Id: <200109281236.f8SCast94065@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 28 Sep 2001 05:36:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/09/28 05:36:54 PDT Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: The previous commit introduced some references to "curproc" which should have been references to "curthread". Correct this. Revision Changes Path 1.11 +3 -3 src/sys/fs/pseudofs/pseudofs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message