K 10 svn:author V 5 peter K 8 svn:date V 27 1996-08-24T03:35:13.000000Z K 7 svn:log V 364 The socketpair(0 syscall is bogusly returning the fd numbers through the primary and secondary return codes, causing it to not behave as documented. This probably originates from the ancient BSD kernels that had pipe(2) implemented by socketpair(2), there are no binaries left that we can run that do this. Pointed out by: Robert Withrow , PR#731 END