From 96f907adf64253125cc2d29aebf7d22421b8f583 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Sun, 25 Dec 2005 02:56:53 +0000 Subject: [PATCH] - up to 2.0.2 (delayed, forgotten commit) Changed files: heartbeat-chld.patch -> 1.2 --- heartbeat-chld.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/heartbeat-chld.patch b/heartbeat-chld.patch index 49fba7e..dc1457d 100644 --- a/heartbeat-chld.patch +++ b/heartbeat-chld.patch @@ -1,14 +1,5 @@ --- heartbeat-1.99.5/lib/clplumbing/GSource.c.orig 2005-05-24 07:44:45.000000000 +0200 +++ heartbeat-1.99.5/lib/clplumbing/GSource.c 2005-06-14 15:08:46.000000000 +0200 -@@ -974,7 +974,7 @@ - cl_signal_set_interrupt(SIGALRM, TRUE); - setmsrepeattimer(WAITALARM); /* Might as well be persistent ;-) */ - while((pid=wait3(&status, waitflags, NULL)) > 0 -- || errno == EINTR) { -+ || (pid < 0 && errno == EINTR)) { - cancelmstimer(); - if (pid > 0) { - ++childcount; @@ -988,6 +988,12 @@ if (pid < 0 && errno != ECHILD) { cl_perror("%s: wait3() failed" -- 2.44.0