]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #2876: FD_SETSIZE override not working on all linux distributions
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 May 2010 12:05:27 +0000 (14:05 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 May 2010 12:05:27 +0000 (14:05 +0200)
commite986e574230f6eb9fe9e353ed9306358334fc84e
treed69e228bc29f9d6d9eaa05518e064b13b2f96789
parent0eb08770c21df436e29b9cecf5c6b3812f212caa
Bug #2876: FD_SETSIZE override not working on all linux distributions

The glibc hack for overriding FD_SETSIZE seems to have broken down on some families
of Linux distribution, requiring one more header to be included before redefine.

Hopefully this does not break the FD_SETSIZE override on more systems than
it fixes.. if it does then some additional autoconffuu will be needed.
compat/fdsetsize.h