]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
As far as I can see (at least in NetBSD) O_NONBLOCK and FIONBIO are equivalent,
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 2 Oct 2007 21:07:52 +0000 (21:07 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 2 Oct 2007 21:07:52 +0000 (21:07 +0000)
commit6a0be7bb32e3130027f9c52a2f0193b208434fdd
tree48d2d6bfde0873af429f9a505f1e5c5cd264e705
parent063c455287bb42e66c27f4c8972d94f84321f38b
As far as I can see (at least in NetBSD) O_NONBLOCK and FIONBIO are equivalent,
except that O_NONBLOCK is standardised and FIONBIO isn't.  In consequence,
replace our only use of FIONBIO with O_NONBLOCK.

Inspired by Jonathan H N Chin, who had problems with this on Solaris.

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