merge of '26501141207c84e31e0f43c5795a15c0f16dbce5'
[vuplus_openembedded] / packages / dbus / dbus-1.0.3 / fix-waitpid.patch
1 --- /tmp/dbus-launch.c  2007-02-05 18:43:24.000000000 +0100
2 +++ dbus-1.0.2/tools/dbus-launch.c      2007-02-05 18:43:37.675251000 +0100
3 @@ -622,7 +622,7 @@
4    
5    exit_with_session = FALSE;
6    config_file = NULL;
7 -  
8 +  signal(SIGCHLD, SIG_DFL); 
9    prev_arg = NULL;
10    i = 1;
11    while (i < argc)