1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/german/steak/files/patch-Poll:poll.C
Tilman Keskinoz 83bbb6dde1 Add steak, another german <-> english dictionary
PR:		46693
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2003-02-15 15:51:11 +00:00

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());