diff options
Diffstat (limited to 'unmaintained/pacemaker/fix-SIGCHLD.patch')
-rw-r--r-- | unmaintained/pacemaker/fix-SIGCHLD.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/unmaintained/pacemaker/fix-SIGCHLD.patch b/unmaintained/pacemaker/fix-SIGCHLD.patch deleted file mode 100644 index b221600284..0000000000 --- a/unmaintained/pacemaker/fix-SIGCHLD.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./tools/crm_mon.c.orig -+++ ./tools/crm_mon.c -@@ -518,7 +518,7 @@ - - #if !defined (ON_DARWIN) && !defined (ON_BSD) - /* prevent zombies */ -- signal(SIGCLD, SIG_IGN); -+ signal(SIGCHLD, SIG_IGN); - #endif - - if (strcmp(crm_system_name, "crm_mon.cgi") == 0) { |