summaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio/files/extra-patch-src_daemon_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pulseaudio/files/extra-patch-src_daemon_main.c')
-rw-r--r--audio/pulseaudio/files/extra-patch-src_daemon_main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/pulseaudio/files/extra-patch-src_daemon_main.c b/audio/pulseaudio/files/extra-patch-src_daemon_main.c
deleted file mode 100644
index 8c6ae410f..000000000
--- a/audio/pulseaudio/files/extra-patch-src_daemon_main.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/daemon/main.c.orig 2009-01-12 18:11:38.000000000 -0500
-+++ src/daemon/main.c 2009-03-07 19:56:16.000000000 -0500
-@@ -689,7 +690,7 @@ int main(int argc, char *argv[]) {
- * first take the autospawn lock to make things
- * synchronous. */
-
-- if ((autospawn_fd = pa_autospawn_lock_init()) < 0) {
-+ /*if ((autospawn_fd = pa_autospawn_lock_init()) < 0) {
- pa_log("Failed to initialize autospawn lock");
- goto finish;
- }
-@@ -699,7 +700,7 @@ int main(int argc, char *argv[]) {
- goto finish;
- }
-
-- autospawn_locked = TRUE;
-+ autospawn_locked = TRUE;*/
- }
-
- if (conf->daemonize) {