]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r210431:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Mar 2011 21:51:32 +0000 (21:51 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Mar 2011 21:51:32 +0000 (21:51 +0000)
commit6241086dc2b7c1855ca1f9a540e0259486ae84b5
tree1bbdfa479de392a7dfc7ad42ae56a0193710a864
parent67f4c09d9a80e05a285bab4061eb9ec507bf3a8f
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

git-svn-id: svn://svn.freebsd.org/base/stable/8@219155 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/linux32/linux32_machdep.c
sys/amd64/linux32/syscalls.master
sys/compat/freebsd32/freebsd32_misc.c
sys/compat/freebsd32/freebsd32_util.h