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
336 B
C
12 lines
336 B
C
--- Poll/poll.c.orig Mon Jul 29 01:35:10 2002
|
|
+++ Poll/poll.c Sun Jan 26 10:59:31 2003
|
|
@@ -26,7 +26,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());*/
|
|
|