Subject: CVS commit: src/sys/compat/svr4
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/24/2007 18:09:52
Module Name: src
Committed By: dsl
Date: Sun Jun 24 18:09:52 UTC 2007
Modified Files:
src/sys/compat/svr4: svr4_stream.c
Log Message:
Refactor this to use the new do_sys_xxx() functions from uipc_syscalls.c
so that it isn't necessary to copy data to/from the stackgap.
Given the nature of the code in this file, it is now probably slightly
more broken than previously. but nothing serious should be worse!
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/compat/svr4/svr4_stream.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.