[pulseaudio-discuss] [PATCH] util: Fix pa_get_binary_name() on Debian/kFreeBSD
Tanu Kaskinen
tanu.kaskinen at linux.intel.com
Sun Aug 10 01:22:15 PDT 2014
On Mon, 2014-08-04 at 14:50 +0200, Peter Meerwald wrote:
> @@ -193,7 +193,7 @@ char *pa_get_binary_name(char *s, size_t l) {
> }
> #endif
>
> -#ifdef __linux__
> +#if defined(__linux__) || defined(__FreeBSD_kernel__)
> {
> char *rp;
> /* This works on Linux only */
This comment needs to be updated.
--
Tanu
More information about the pulseaudio-discuss
mailing list