Remove the patch to poll.C (note the uppercase .C extension). It is a
duplicate of the patch to poll.c (lower case .c). Noted by: case insensitive file system Feature safe: yes
This commit is contained in:
parent
355422a922
commit
616712b821
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306783
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
--- 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());
|
||||
|
Loading…
Reference in a new issue