--- pulseaudio-11.1.old/src/pulsecore/core-util.c +++ pulseaudio-11.1/src/pulsecore/core-util.c @@ -303,7 +304,7 @@ if (r < 0 && errno != EEXIST) return -1; -#if defined(HAVE_FSTAT) && !defined(OS_IS_WIN32) +#if 0 { int fd; if ((fd = open(dir, @@ -355,8 +356,6 @@ pa_assert_se(pa_close(fd) >= 0); } -#else - pa_log_warn("Secure directory creation not supported on this platform."); #endif return 0;