]> git.ipfire.org Git - thirdparty/squid.git/commit
Revert rename of Comm::Flag ERROR
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 9 Jun 2014 13:18:48 +0000 (06:18 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 9 Jun 2014 13:18:48 +0000 (06:18 -0700)
commit4ee57cbefd3f862b866e94b01019ef69304455ac
tree63debcb1906c8bbd34a880554f67b97218e6ef81
parent450c0b69492948e9bd385da547dd8e4d93971abd
Revert rename of Comm::Flag ERROR

On MinGW at least ERROR is a #define'd macro resulting in build failure.
Revert to the old name COMM_ERROR until we can find a better one that
does not duplicate 'comm'.
19 files changed:
src/CommCalls.h
src/adaptation/icap/Xaction.cc
src/client_side.cc
src/comm.cc
src/comm/Flag.h
src/comm/ModDevPoll.cc
src/comm/ModEpoll.cc
src/comm/ModKqueue.cc
src/comm/ModPoll.cc
src/comm/ModSelect.cc
src/comm/ModSelectWin32.cc
src/comm/Read.cc
src/comm/Read.h
src/comm/TcpAcceptor.cc
src/comm/Write.cc
src/ipc.cc
src/ipc_win32.cc
src/tests/stub_comm.cc
src/tests/stub_libcomm.cc