mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
83bbb6dde1
PR: 46693 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
12 lines
332 B
C
12 lines
332 B
C
--- Poll/poll.C.orig Tue Jan 4 03:11:05 2000
|
|
+++ Poll/poll.C Sun Jan 26 11:00:13 2003
|
|
@@ -27,7 +27,7 @@
|
|
|
|
|
|
//signal(SIGCLD, SIG_IGN);
|
|
- signal(SIGCLD, parent_terminate);
|
|
+ signal(SIGCHLD, parent_terminate);
|
|
|
|
//printf("pid des Prozesses = %d, Parent-pid des Prozesses = %d\n\n",getpid(), getppid());
|
|
|