SOURCES: heartbeat-chld.patch - up to 2.0.2 (delayed, forgotten co...
zbyniu
zbyniu at pld-linux.org
Sun Dec 25 03:56:58 CET 2005
Author: zbyniu Date: Sun Dec 25 02:56:58 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up to 2.0.2 (delayed, forgotten commit)
---- Files affected:
SOURCES:
heartbeat-chld.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/heartbeat-chld.patch
diff -u SOURCES/heartbeat-chld.patch:1.1 SOURCES/heartbeat-chld.patch:1.2
--- SOURCES/heartbeat-chld.patch:1.1 Tue Jun 14 15:55:02 2005
+++ SOURCES/heartbeat-chld.patch Sun Dec 25 03:56:53 2005
@@ -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"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/heartbeat-chld.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list