On Wednesday, June 22, 2016 09:15:59 PM Brooks Davis wrote:
> Author: brooks
> Date: Wed Jun 22 21:15:59 2016
> New Revision: 302094
> URL: https://svnweb.freebsd.org/changeset/base/302094
> 
> Log:
>   Mark the pipe() system call as COMPAT10.
>   
>   As of r302092 libc uses pipe2() with a zero flags value instead of pipe().
>   
>   Commit with regenerated files and implementation to follow.

This breaks the build on at least i386 because other ABIs depend on being
able to call sys_pipe directly.  You should at least add COMPAT_FREEBSD10
to GENERIC on architectures that shipped a 10.x release.  That will fix the
build breakage on i386, but it's also the policy we follow for all the other
compat knobs.

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to