On Fri, Feb 03, 2017 at 10:23:12AM +0200, Andreas Gustafsson wrote: > NetBSD Test Fixture wrote: > > *** [kern_time_50.pico] Error code 1 > > nbmake[7]: stopped in > > /tmp/bracket/build/2017.02.02.15.37.42-i386/src/lib/librump > > The build is still failing, but now in a different place: > > --- dependall-compat_linux --- > > /tmp/bracket/build/2017.02.03.06.06.09-i386/src/sys/compat/linux/common/linux_socket.c:1723:33: > error: dereferencing pointer to incomplete type 'const struct > linux_sys_accept4_args' > if ((flags = linux_to_bsd_type(SCARG(uap, flags))) == -1) > ^ > cc1: all warnings being treated as errors > *** [linux_socket.o] Error code 1
I think I fixed it for all but i386. Linux/i386 is wiered and uses socketcall(18, ...) for this functionality instead of a separate accept4 syscall. Martin
