Replace use of FIONBIO with POSIX-approved O_NONBLOCK (set using fcntl()).
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 16 Apr 2003 23:58:59 +0000 (23:58 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 16 Apr 2003 23:58:59 +0000 (23:58 +0000)
commit4b70e70e68842c1a9c23cf357312f7256b20310a
treea0a21ce829eeaaca0423cfc9ef252b78db6571eb
parent792c5eb59e86c1ec50e85b8bf2aee813adb763b7
Replace use of FIONBIO with POSIX-approved O_NONBLOCK (set using fcntl()).
This should save us having to worry about different OSs' defining it in
different headers.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3126 cda61777-01e9-0310-a592-d414129be87e
unix/uxnet.c