]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: change Ipc::Port::listen to doListen()
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Oct 2012 01:48:17 +0000 (19:48 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Oct 2012 01:48:17 +0000 (19:48 -0600)
commit2cdadbf1d3627c839bf88c363a9512fc40819c32
treeeb66f828ccaff21f02b72e129042caddf517685c
parente0df434d0b10a77ad9d6b9ecc24f6276dc314304
Portability: change Ipc::Port::listen to doListen()

listen() clashes with POSIX function of the same name.
Some systems (ie MinGW) define it as a macro wrapper.
src/ipc/Port.cc
src/ipc/Port.h