aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-1.0.3/fix-waitpid.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dbus/dbus-1.0.3/fix-waitpid.patch')
-rw-r--r--recipes/dbus/dbus-1.0.3/fix-waitpid.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/dbus/dbus-1.0.3/fix-waitpid.patch b/recipes/dbus/dbus-1.0.3/fix-waitpid.patch
deleted file mode 100644
index 80c431809c..0000000000
--- a/recipes/dbus/dbus-1.0.3/fix-waitpid.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /tmp/dbus-launch.c 2007-02-05 18:43:24.000000000 +0100
-+++ dbus-1.0.2/tools/dbus-launch.c 2007-02-05 18:43:37.675251000 +0100
-@@ -622,7 +622,7 @@
-
- exit_with_session = FALSE;
- config_file = NULL;
--
-+ signal(SIGCHLD, SIG_DFL);
- prev_arg = NULL;
- i = 1;
- while (i < argc)