Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 08/27/2004 07:02:46
Module Name:	src
Committed By:	skrll
Date:		Fri Aug 27 07:02:46 UTC 2004

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

Log Message:
Do previous slightly differently - just pass a struct lwp * and derive the
struct proc *.

OK'd by Jaromir.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/sys/miscfs/procfs/procfs.h
cvs rdiff -r1.17 -r1.18 src/sys/miscfs/procfs/procfs_linux.c
cvs rdiff -r1.60 -r1.61 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.