Too many changes to list here: http://pulseaudio.org/milestone/0.9.15 http://pulseaudio.org/milestone/0.9.16 http://pulseaudio.org/milestone/0.9.17 http://pulseaudio.org/milestone/0.9.18 http://pulseaudio.org/milestone/0.9.19 http://pulseaudio.org/milestone/0.9.20 http://pulseaudio.org/milestone/0.9.21
20 lines
633 B
Text
20 lines
633 B
Text
$NetBSD: patch-ab,v 1.3 2010/02/01 15:00:20 jmcneill Exp $
|
|
|
|
--- src/daemon/main.c.orig 2010-02-01 14:15:00.000000000 +0000
|
|
+++ src/daemon/main.c
|
|
@@ -640,6 +640,7 @@ int main(int argc, char *argv[]) {
|
|
* first take the autospawn lock to make things
|
|
* synchronous. */
|
|
|
|
+#if notyet /* XXX broken on NetBSD and FreeBSD */
|
|
if ((autospawn_fd = pa_autospawn_lock_init()) < 0) {
|
|
pa_log("Failed to initialize autospawn lock");
|
|
goto finish;
|
|
@@ -651,6 +652,7 @@ int main(int argc, char *argv[]) {
|
|
}
|
|
|
|
autospawn_locked = TRUE;
|
|
+#endif
|
|
}
|
|
|
|
if (conf->daemonize) {
|