* Bruce Evans <[EMAIL PROTECTED]> [011221 08:27] wrote:
> 
> I think it should be more like:
> 
>       if (ap->a_events & POLLIN)
>               ap->a_events = (ap->a_events & ~POLLIN) | POLLIN_IGNORE_EOF;
> 
> We can't pass in flags that we don't really care about (POLLIN in
> this case) since they will cause side effects (selrecord()...).
> 
> I might actually use a new variable instead of changing `ap'.
Ok, I'll get this working on my way up to Tahoe. :)

Thanks for the advice.

-Alfred

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to