svn commit: r210429 - in head/sys: amd64/linux32 compat/freebsd32 kern sys

Kostik Belousov kostikbel at gmail.com
Fri Jul 23 19:18:14 UTC 2010


On Fri, Jul 23, 2010 at 06:58:27PM +0000, Alan Cox wrote:
> Author: alc
> Date: Fri Jul 23 18:58:27 2010
> New Revision: 210429
> URL: http://svn.freebsd.org/changeset/base/210429
> 
> Log:
>   Eliminate a little bit of duplicated code.
> 
I think that amd64 copy of linux_exec_copyin_args() can go out as well.
COMPAT_LINUX32 or linux.ko requires COMPAT_FREEBSD32, and the function
seems to be identical to freebsd32_exec_copyin_args(), except there is
missed check for fname != NULL.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20100723/569f2333/attachment.pgp


More information about the svn-src-head mailing list