Hi, On Sun, Jan 03, 2016 at 07:00:46PM +0100, Samuel Thibault wrote: > nbd FTBFS on hurd-i386 because the unix test fails while calling > getpeername on the unix socket. getpeername is indeed not supported on > GNU/Hurd because it does not really make sense: the peer does not have > an address. The attached patch fixes this by calling getsockname (which > does make sense) first to determine whether this is a unix or tcp/ip > socket, and then call getpeername in the tcp/ip case.
Thanks. I've applied this upstream, where it will be part of the 3.14 release. -- It is easy to love a country that is famous for chocolate and beer -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26

