On Thu, May 07, 2009 at 07:12:31PM +0200, Simon Josefsson wrote: > "Tom G. Christensen" <[email protected]> writes: > > > I applied this patch and gave the result a whirl on the actual > > Solaris 2.6 system in question but it did not do what I expected it to > > do. > ... > > I've dumped config.log and the buildlog at http://jupiterrise.com/tmp > > Thanks, it was a simple mistake. Please try again with this patch. > Still doesn't work.
sys_socket.in.h is now expanded and used but the definition of sockaddr_storage is enclosed in #if 0 #endif and not activated. The logic seems reversed so I added ! to the #if in sys_socket.in.h and that does the trick. PASS: test-errno PASS: test-sys_socket ================== All 2 tests passed ================== -tgc
