Subject: CVS commit: src/libexec/identd
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 05/18/2005 00:31:33
Module Name:	src
Committed By:	peter
Date:		Wed May 18 00:31:33 UTC 2005

Modified Files:
	src/libexec/identd: identd.c

Log Message:
Remove the zombie reaper and set SIG_IGN on SIGCHLD. We won't get a zombie
when the child exists this way and it should also fix the race condition
as mentioned in PR bin/30253 from Patrick McPhee.

Approved by christos.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/libexec/identd/identd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.