On Sun, 7 Mar 2004, Adrian Chadd wrote:

> -#if !HAVE_POLL
> +#if HAVE_POLL
> +static char global_readfds[SQUID_MAXFD];
> +static char global_writefds[SQUID_MAXFD];

Are these even used in poll?

Have you verified that fd_set is the culpit to your problems by using the 
assert given earlier?

Regards
Henrik

Reply via email to