Set only the client socket in non-blocking mode instead of all fds;
authorAlexandre Julliard <julliard@winehq.org>
Thu, 20 May 1999 16:40:23 +0000 (16:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 May 1999 16:40:23 +0000 (16:40 +0000)
commitf2616a2401b8e65c8c065312622a3dd0ca0e7f2d
treeed22a039970508c180889fcc93f07918923ed3c7
parente39b676ae90f00e347b8d44927d375189851057b
Set only the client socket in non-blocking mode instead of all fds;
should avoid problems with stdio handles.
server/select.c
server/socket.c