On 12 Nov 2004, Martin Pool <[EMAIL PROTECTED]> wrote:
> On  5 Nov 2004, Daniel Kegel <[EMAIL PROTECTED]> wrote:
> > Oh, I see now.  It's the line after Jean's patch where
> > distcc checks errno:
> > 
> >     while ((connect(fd, sa, salen) == -1) && errno == EINTR)
> >         ;
> > 
> >     if (errno && errno != EINPROGRESS) {

> Thanks, guys.  There are actually several of these.  

I meant there were several cases where we loop on EINTR, but it turns
out that the others are safe.  I did know that errno wouldn't be
reset, but I slipped.

-- 
Martin 

Attachment: signature.asc
Description: Digital signature

__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to