Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.sbin/inetd



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.




Home | Main Index | Thread Index | Old Index