Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/21/2004 15:59:32
Module Name:	src
Committed By:	jdolecek
Date:		Sat Aug 21 15:59:32 UTC 2004

Modified Files:
	src/sys/miscfs/procfs: procfs.h procfs_linux.c procfs_subr.c

Log Message:
fix process used for /proc/<pid>/stat contents - it should be process
<pid>, not the current process looking at the information


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/miscfs/procfs/procfs.h
cvs rdiff -r1.16 -r1.17 src/sys/miscfs/procfs/procfs_linux.c
cvs rdiff -r1.59 -r1.60 src/sys/miscfs/procfs/procfs_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.