David Laight reports that sometimes reads on a serial port will
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 6 Nov 2010 17:22:38 +0000 (17:22 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 6 Nov 2010 17:22:38 +0000 (17:22 +0000)
commit0620c88abd34d2aa7d47bb9dfd383be247728185
tree8885bc64c2cad07511b22e6f10a632ee1902024b
parentad404f4244beae7b73f4d56dbaad2652cb46b2ba
David Laight reports that sometimes reads on a serial port will
attempt to block, and hence return EAGAIN/EWOULDBLOCK, in spite of
the port having been reported readable by select(2). Don't treat
those errors as fatal.

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