On Fri, Feb 03, 2017 at 09:40:41AM +0100, Martin Husemann wrote: > 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.
I ifdef'd out the syscall implementation for __i386__ - Christos, could you add the socketcall() compat for it? But for now the build should be ok again. Martin
