[pulseaudio-discuss] [PATCH 0/8] misc cleanups and bug fixes

2014-08-13 Thread Peter Meerwald
patch 1 puts *.log and *.trs (which are created by running 'make check') into src/.gitignore patch 2 fixes spelling (canceler -> canceller) patch 3 add error handling code to pa_srbchannel_new() when pa_fdsem_open_shm() (which it does without HAVE_SYS_EVENTFD_H, e.g. on kFreeBSD) patch 4 fix setu

Re: [pulseaudio-discuss] [PATCH 0/8] misc cleanups and bug fixes

2014-08-18 Thread Peter Meerwald
> patch 1 puts *.log and *.trs (which are created by running 'make check') into > src/.gitignore > patch 2 fixes spelling (canceler -> canceller) > patch 3 add error handling code to pa_srbchannel_new() when > pa_fdsem_open_shm() (which it does without HAVE_SYS_EVENTFD_H, e.g. on > kFreeBSD) >