From owner-cvs-all Sat Dec 8 14:34:19 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 5D74C37B405; Sat, 8 Dec 2001 14:34:14 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB8MYEF31146; Sat, 8 Dec 2001 14:34:14 -0800 (PST) (envelope-from des) Message-Id: <200112082234.fB8MYEF31146@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Dec 2001 14:34:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs.c procfs.h 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/12/08 14:34:14 PST Modified files: sys/fs/procfs procfs.c procfs.h Log: Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the target process, not the calling process. While we're here, also unstaticize procfs_doprocfile() and procfs_docurproc() so linprocfs can call them directly instead of duplicating them. Submitted by: Dominic Mitchell Revision Changes Path 1.2 +3 -3 src/sys/fs/procfs/procfs.c 1.41 +2 -0 src/sys/fs/procfs/procfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message