Subject: CVS commit: src/sys/compat/osf1
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/17/2007 19:50:01
Module Name:	src
Committed By:	dsl
Date:		Sun Jun 17 19:50:01 UTC 2007

Modified Files:
	src/sys/compat/osf1: osf1_generic.c

Log Message:
Remove stackgap use:
osf1_sys_select() calls selcommon().
osf1_sys_readv() and writev() read the iov into kernel memory then call
  do_filereadv/writev().
KNF.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/compat/osf1/osf1_generic.c

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