Subject: CVS commit: basesrc/usr.sbin/inetd
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/20/2002 00:59:05
Module Name:	basesrc
Committed By:	mycroft
Date:		Thu Sep 19 21:59:04 UTC 2002

Modified Files:
	basesrc/usr.sbin/inetd: inetd.c

Log Message:
If we can't set FD_CLOEXEC on a listening socket, close it rather than allowing
it to be passed down to inetd's children.
Note: Setting FD_CLOEXEC can't actually fail, but we did check for the error
anyway...


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 basesrc/usr.sbin/inetd/inetd.c

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