Hi!
i386 ALL kernel build fails with:
sys/compat/svr4/svr4_misc.c: In function 'svr4_sys_waitsys':
sys/compat/svr4/svr4_misc.c:1041: warning: passing argument 1 of 'do_sys_wait' from incompatible pointer type
sys/compat/svr4/svr4_misc.c:1041: warning: passing argument 3 of 'do_sys_wait' makes integer from pointer without a cast
sys/compat/svr4/svr4_misc.c:1041: warning: passing argument 4 of 'do_sys_wait' makes pointer from integer without a cast
sys/compat/svr4/svr4_misc.c:1041: error: too many arguments to function 'do_sys_wait'
Christoph