2007-06-15 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 15 Jun 2007 19:28:36 +0000 (19:28 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 15 Jun 2007 19:28:36 +0000 (19:28 +0000)
commit43b944a0a6ea48e8a8b06ae3e638299f591cde8d
tree0b7dc627144289e0a7cbb08546e1aee9fc07cdf3
parent283b1c6fc775c15773ebdddd423f79ad1612233d
2007-06-15  Havoc Pennington  <hp@redhat.com>

* dbus/dbus-sysdeps.c (_dbus_set_errno_to_zero)
(_dbus_get_is_errno_nonzero, _dbus_get_is_errno_eintr)
(_dbus_strerror_from_errno): family of functions to abstract
errno, though these are somewhat bogus (really we should make our
socket wrappers not use errno probably - the issue is that any
usage of errno that isn't socket-related probably is not
cross-platform, so should either be in a unix-only file that can
use errno directly, or is a bug - these general errno wrappers
hide issues of this nature in non-socket code, while
socket-specific API changes would not since sockets are allowed
cross-platform)
14 files changed:
ChangeLog
bus/activation.c
bus/config-loader-libxml.c
bus/dir-watch-dnotify.c
bus/dir-watch-kqueue.c
bus/main.c
bus/selinux.c
dbus/dbus-server-socket.c
dbus/dbus-spawn.c
dbus/dbus-sysdeps-pthread.c
dbus/dbus-sysdeps-unix.c
dbus/dbus-sysdeps.c
dbus/dbus-sysdeps.h
dbus/dbus-transport-socket.c