[pulseaudio-discuss] [PATCH] util: Fix pa_get_binary_name() on Debian/kFreeBSD
Peter Meerwald
pmeerw at pmeerw.net
Wed Aug 13 00:45:07 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.
fixed and pushed
--
Peter Meerwald
+43-664-2444418 (mobile)
More information about the pulseaudio-discuss
mailing list