This one time, at band camp, Stephen Gran said: > /* unless we encountered a recoverable error, bail > out */ > - if(errno!=EAGAIN && errno!=EINTR) > + if(errno!=EAGAIN && errno!=EINTR && > errno!=EINPROGRESS)
Er, that should have been: + if(errno!=EAGAIN && errno!=EINTR && errno!=EWOULDBLOCK) Cheers, -- ----------------------------------------------------------------- | ,''`. Stephen Gran | | : :' : [email protected] | | `. `' Debian user, admin, and developer | | `- http://www.debian.org | -----------------------------------------------------------------
signature.asc
Description: Digital signature

