svn commit: r219155 - in stable/8/sys: amd64/linux32
compat/freebsd32
Chagin Dmitry
dchagin at freebsd.org
Tue Mar 1 22:35:44 UTC 2011
On Tue, Mar 01, 2011 at 09:51:32PM +0000, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Mar 1 21:51:32 2011
> New Revision: 219155
> URL: http://svn.freebsd.org/changeset/base/219155
>
> Log:
> MFC r210431:
> Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may
> serve as well. COMPAT_FREEBSD32 is a prerequisite for COMPAT_LINUX32.
>
> MFC r210451:
> Use forward declartion for enum uio_seg in imgact.h. This allows to remove
> inclusion of sys/uio.h from the header.
>
> MFC r210498:
> Revert r210451, and the similar part of the r210431. The forward-declaration
> for the enum tag when enum definition is not complete is not allowed by
> C99, and is gcc extension.
>
> MFC r210501:
> Remove unneeded includes.
>
> Requested by: dchagin
thnx!!
--
Have fun!
chd
-------------- 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-stable/attachments/20110301/f5197e2e/attachment.pgp
More information about the svn-src-stable
mailing list