Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/13/1997 20:20:02
fvdl
Thu Mar 13 12:11:55 PST 1997
Update of /a/cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv19352

Modified Files:
	zlib.c 
Log Message:
Avoid 'unused variable' warning for copyright string, like in the
previous zlib.c version in the tree.


mycroft
Thu Mar 13 12:15:06 PST 1997
Update of /cvsroot/src/usr.sbin/inetd
In directory netbsd1:/var/slash-tmp/cvs-serv19489

Modified Files:
	inetd.c 
Log Message:
Move all of the libwrap checking and subprocess startup into a separate
function.  Arrange for tcpmux() to be called like other builtins, and have it
call the aforementioned function recursively.  This allows tcpmux to be
wrapped, and always runs it after forking, so we don't freeze everything
else.
Also, use FD_CLOEXEC to close file descriptors, rather than iterating through
them ourself.