Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/14/2004 16:35:24
Module Name:	src
Committed By:	christos
Date:		Fri May 14 16:35:24 UTC 2004

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

Log Message:
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.59 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.