]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #2275: 3.0 compile failure "ProtoPort.h" missing.
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Thu, 20 Mar 2008 13:01:28 +0000 (14:01 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Thu, 20 Mar 2008 13:01:28 +0000 (14:01 +0100)
ProtoPort.h is only meant to be in 3.HEAD (what will become 3.1).

Resolved merge conflict in backport of bug #2252 Build failure on Mac OSX 10.5.
(rev #8723)

src/ACLMyPortName.cc

index 1ec95e0a1128a5a936cab35ce9ce8433dfaaee5f..249545b85a0ea51be31a288b97b660a7aab2d44a 100644 (file)
@@ -34,7 +34,6 @@
  */
 
 #include "squid.h"
-#include "ProtoPort.h"
 #include "ACLMyPortName.h"
 #include "ACLStringData.h"
 #include "ACLChecklist.h"