Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/03/2007 11:30:59
Module Name: src
Committed By: dsl
Date: Sun Jun 3 11:30:59 UTC 2007
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_43.c
Log Message:
sendmsg() shouldn't modify the 'msg' parameter, and recvmsg() doesn't have
to modify the 'iov' array - it isn't updated.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/compat/netbsd32/netbsd32_compat_43.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.