Module Name: src Committed By: martin Date: Sat Aug 18 15:25:15 UTC 2012
Modified Files: src/sys/compat/netbsd32: netbsd32_socket.c Log Message: Do not use a userland pointer, but the copied-in kernel version instead. While there, reorder loop end condition for efficency. Fixes net/fdpass tests on all archs with separate kernel/userland VA. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/compat/netbsd32/netbsd32_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.