mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
12 lines
272 B
Diff
12 lines
272 B
Diff
--- ./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) {
|