[pulseaudio-tickets] [Bug 41538] Solaris compile fixes for PulseAudio 1.0

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Oct 16 05:58:44 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=41538

--- Comment #3 from Maarten Bosmans <mkbosmans at gmail.com> 2011-10-16 05:58:44 PDT ---
(In reply to comment #2)
>  #ifdef HAVE_LIBWRAP
> +#ifdef __sun
> +#include <syslog.h>
> +int allow_severity = LOG_INFO;
> +int deny_severity = LOG_WARNING;
> +#endif
>  #include <tcpd.h>
>  #endif

Couldn't these be #defines, or is that not compatible with how tcpd.h uses the
symbols?

The LOG_INFO and LOG_WARNING symbols are defined by pulse, isn't it? How is it
that our definition complies with that of libwrap?

Furthermore a one line comment about why this is necessary on solaris could
help to satisfy Tanu here.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the pulseaudio-bugs mailing list