* fhandler.h (fhandler_socket::fixup_after_fork): Revert patch from

2002-06-04.
	* fhandler_socket.cc (fhandler_socket::fixup_after_fork): Ditto.
	(fhandler_socket::dup): Ditto.
	* net.cc (fdsock): Make sockets explicitely noninheritable on NT.
This commit is contained in:
Corinna Vinschen
2002-06-10 11:07:44 +00:00
parent 43c3c4e37c
commit 3d78e129b7
4 changed files with 17 additions and 15 deletions

View File

@ -368,8 +368,6 @@ class fhandler_socket: public fhandler_base
struct _WSAPROTOCOL_INFOA *prot_info_ptr;
char *sun_path;
void fixup_after_fork (bool, HANDLE);
public:
fhandler_socket ();
~fhandler_socket ();