Local socket connections do not work on hurd-i386
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 6 Apr 2009 01:31:23 +0000 (03:31 +0200)
committerJulien Danjou <julien@danjou.info>
Mon, 6 Apr 2009 14:53:11 +0000 (16:53 +0200)
commit6e2e87d0bbdff87f127986a0666445160d52e6a5
treee1b7df05e5a6c93bc73d5b010aa4be8bab36eed5
parentf916062edf0e04cd4e0a78f6975892f59fae3b60
Local socket connections do not work on hurd-i386

Local socket connections currently do not work on hurd-i386 because
xcb_auth calls getpeername() on the client socket, but hurd-i386 does
not implement anything in that case (I actually wonder what reasonable
value could be returned).  In such case the xcb code does not actually
need the peer name anyway.

Signed-off-by: Julien Danjou <julien@danjou.info>
src/xcb_auth.c