]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Replace use of FIONBIO with POSIX-approved O_NONBLOCK (set using fcntl()).
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 16 Apr 2003 23:58:59 +0000 (23:58 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 16 Apr 2003 23:58:59 +0000 (23:58 +0000)
commitd66a1d685f748cd7bc2d582ba97e44b255a0431e
treea0a21ce829eeaaca0423cfc9ef252b78db6571eb
parente7c7f5e3f84bc5729057a8a08eac6489d1c1fa29
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.

[originally from svn r3126]
unix/uxnet.c