]> git.ipfire.org Git - thirdparty/squid.git/commit - src/fs/aufs/StoreFSaufs.cc
Bug 2358: FD_SIZELIMIT redefined FBSD 7.0
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 May 2008 14:01:49 +0000 (02:01 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 May 2008 14:01:49 +0000 (02:01 +1200)
commitf5bffbd58193e87b9f2fb6f17f8a72a6938b8c34
tree4a6a8366b1cdbeeb593400befd9fdce0ebdb8d1f
parent351e769cc839f49f3b3ccdbf45659f6f40f5560e
Bug 2358: FD_SIZELIMIT redefined FBSD 7.0

config.h is still REQUIRED minimum first include for any .c/.cc file
even if the old squid.h can be removed.

Why?  the portability code is needed!
src/acl.cc
src/client_side_reply.cc
src/dlink.cc
src/fs/aufs/StoreFSaufs.cc
src/tests/testEvent.cc
src/tests/testEventLoop.cc
src/tests/testHttpRequest.cc
src/tests/testString.cc
src/tests/testURL.cc
src/tests/testUfs.cc
src/tests/test_http_range.cc