]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: change Ipc::Port::listen to doListen()
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 07:20:51 +0000 (01:20 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 07:20:51 +0000 (01:20 -0600)
commitc3317fea0f8eb441db478f4d5d12e7d084020f86
tree6f3805801b6cd1e1d792bdc74b6387237fdc0805
parent8c627c39bf7c95d4ea476295332c2b74ded56093
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