]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r250853:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 28 May 2013 05:51:00 +0000 (05:51 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 28 May 2013 05:51:00 +0000 (05:51 +0000)
commit96c00756b2ef3022899234c26f525a13054619ee
tree3a929d5012e8c9ca9816d5fc00da88a7c84e0abe
parent342e5454a90c59d69aeedb038e660bbdc0ca43c3
MFC r250853:
Fix the wait6(2) on 32bit architectures and for the compat32, by using
the right type for the argument in syscalls.master.  Also fix the
posix_fallocate(2) and posix_fadvise(2) compat32 syscalls on the
architectures which require padding of the 64bit argument.

git-svn-id: svn://svn.freebsd.org/base/stable/9@251051 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/compat/freebsd32/freebsd32_misc.c
sys/compat/freebsd32/syscalls.master
sys/kern/syscalls.master