From: wessels <> Date: Tue, 26 Nov 1996 06:36:50 +0000 (+0000) Subject: FD_SETSIZE hacking X-Git-Tag: SQUID_3_0_PRE1~5394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13702d28e16e56a7984458428a256fb1caddfc08;p=thirdparty%2Fsquid.git FD_SETSIZE hacking --- diff --git a/src/squid.h b/src/squid.h index f38e9953ca..989c7c4705 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.76 1996/11/24 04:16:40 wessels Exp $ + * $Id: squid.h,v 1.77 1996/11/25 23:36:50 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -42,7 +42,7 @@ * hosed... */ -#if SQUID_MAXFD > 256 +#if SQUID_MAXFD > FD_SETSIZE #define FD_SETSIZE SQUID_MAXFD #endif