]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxplink.c
Some systems (HP-UX) don't yet have <sys/select.h>, putting select() in
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 14 Sep 2005 10:53:39 +0000 (10:53 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 14 Sep 2005 10:53:39 +0000 (10:53 +0000)
commit3bfb6ad651d33a3bb052365ea029a32502656e0b
tree3cbd2f9d1fdef166d6160c4ac81c4ba34d9b8bb5
parentf2d8fd97d09cb2ef5f3bce495439060234dc36fd
Some systems (HP-UX) don't yet have <sys/select.h>, putting select() in
<sys/time.h>.  Cope with this.  Where <sys/select.h> _is_ available, though,
use it (since it's where POSIX puts select()).  Problem reported by Mike
Protts.

[originally from svn r6310]
unix/configure.ac
unix/uxplink.c
unix/uxsftp.c