1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +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
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());*/