]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 1579, 1475 - fix unlinkd to reduce the number of fd_set references
authoradrian <>
Sun, 10 Sep 2006 09:20:37 +0000 (09:20 +0000)
committeradrian <>
Sun, 10 Sep 2006 09:20:37 +0000 (09:20 +0000)
commiteafef79065c9423239ee946dfcfea80ff63aa7e5
tree7fcc14f048724d33d916770d8adabe90dadbd39d
parent16846d005441d33f3fae624762cb2e7a9edeca86
Bug 1579, 1475 - fix unlinkd to reduce the number of fd_set references

Squid_MaxFD is limited to FD_SETSIZE because of the fd_set uses outside of
the select(unix/windows) code. This patch removes one of the last
remaining uses.
src/unlinkd.cc