Handle also WinSock errors in _dbus_error_from_errno
authorTor Lillqvist <tml@iki.fi>
Thu, 22 Oct 2009 10:19:23 +0000 (13:19 +0300)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 1 Dec 2009 09:28:05 +0000 (10:28 +0100)
commit9bb7297ad72dbefed15da22cb22cf8ac3547b7ca
tree78f917ceccfa1adc194fb3b92b3fb8c49d05f68f
parentd9e4725fa93d03368a81f0aa3cb8e66800d96c65
Handle also WinSock errors in _dbus_error_from_errno

Handle those WinSock errors that match the errno values handled. Don't
bother handling those errors that are mapped to DBUS_ERROR_FAILED in
the switch as that is the default return value anyway.
dbus/dbus-sysdeps.c