On Wed, 2013-09-18 at 16:22 +0200, Anton Lundin wrote: > Signed-off-by: Anton Lundin <glance at acc.umu.se> > --- > src/daemon/main.c | 2 +- > src/pulsecore/core-util.c | 8 ++++---- > src/pulsecore/rtkit.c | 2 +- > 3 files changed, 6 insertions(+), 6 deletions(-) Thanks, I've had a similar patch sitting in my tree for a bit. [...] > -#ifndef OS_IS_WIN32 > +#if !defined(OS_IS_WIN32) && !defined(__ANDROID__) > if (!S_ISDIR(st.st_mode) || > (st.st_uid != uid) || > (st.st_gid != gid) || Why is this one required? -- Arun