Subject: CVS commit: [netbsd-2] src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/31/2005 13:40:37
Module Name:	src
Committed By:	tron
Date:		Wed Aug 31 13:40:37 UTC 2005

Modified Files:
	src/sys/miscfs/procfs [netbsd-2]: procfs_subr.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #5634):
	sys/miscfs/procfs/procfs_subr.c: revision 1.59
Simplify the code by:
1. Checking for a negative uio_offset at the beginning. This really does
   not affect us in most cases because we check that later too.
2. Checking for attempts to write to init sooner and in all cases.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.58.4.1 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.