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:
Nick Hibma 2012-11-01 07:52:30 +00:00
parent 355422a922
commit 616712b821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306783

View file

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