On Tue, 31 Oct 2000, Terry Lambert wrote: > not noticing that read was returning 0 (which is returned on EOF, > but is also returned on perfectly goo non-blocking fds, and in the If you read from a non blocking fd (and there is nothing to read) don't you get -1 and errno = EAGAIN? > case that vmin is set to zero to effect a timed poll via vtime). That seems to be a problem. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: Logging users out andrew
- Re: Logging users out Terry Lambert
- Re: Logging users out andrew
- Re: Logging users out Jamie Heckford
- Re: Logging users out Joe Greco
- Re: Logging users out Greg Black
- Re: Logging users out Joe Greco
- Re: Logging users out Andresen,Jason R.
- Re: Logging users out Joe Greco
- Re: Logging users out Terry Lambert
- Re: Logging users out andrew
- Re: Logging users out Wes Peters