Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300929 | Differences between
and this patch

Collapse All | Expand All

(-)dbus-1.3.0/dbus/dbus-sysdeps-unix.c.orig (-1 / +1 lines)
Lines 3949-3955 Link Here
3949
dbus_bool_t
3949
dbus_bool_t
3950
_dbus_socket_can_pass_unix_fd(int fd) {
3950
_dbus_socket_can_pass_unix_fd(int fd) {
3951
3951
3952
#ifdef SCM_RIGHTS
3952
#if defined(SCM_RIGHTS) && !defined(__INTERIX)
3953
  union {
3953
  union {
3954
    struct sockaddr sa;
3954
    struct sockaddr sa;
3955
    struct sockaddr_storage storage;
3955
    struct sockaddr_storage storage;

Return to bug 300929