From: Amos Jeffries Date: Sat, 23 Aug 2014 10:39:15 +0000 (-0700) Subject: Sync with trunk rev.13542 X-Git-Tag: SQUID_3_5_0_1~98^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ac5bd881bf4eda91a239a9db7734be91d360822;p=thirdparty%2Fsquid.git Sync with trunk rev.13542 --- 3ac5bd881bf4eda91a239a9db7734be91d360822 diff --cc CONTRIBUTORS index 6a8010a53a,63999890a1..6b8eba8b55 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@@ -1,13 -1,17 +1,18 @@@ -Special thanks go to people who have volunteered their time, effort, -and ideas to make this software available. +This file contains a list of Squid contributors: people and organizations that +have volunteered their time, effort, code, and ideas to make Squid software. +Thank you! + 'noloader' Adam Ciarcinski Adrian Chadd + Alan Mizrahi Alex Rousskov Alexander B. Demenshin + Alexander Komyagin Alexander Lukyanov + Alexandre Chappaz Alexey Veselovsky + Alexis Robert Alin Nastac Alter Amos Jeffries @@@ -185,18 -231,31 +233,32 @@@ Svenx Taavi Talvik Taketo Kabe + The Measurement Factory + Thomas De Schampheleire + Thomas Hozza Thomas Ristic + Thomas Weber Thomas-Martin Seck + Tianyin Xu Tim Starling + Tomas Hozza Tony Lorimer Unknown - NetBSD Project + Unknown FreeBSD Contributor Vincent Regnard + Vitaliy Matytsyn (main) Vitaliy Matytsyn Wesha + Will Roberts Wojtek Sylwestrzak + Wolfgang Breyha Wolfgang Nothdurft + Zhanpeng Chen benno@jeamland.net fancyrabbit + folkert + hno + kinkie@squid-cache.org + libit + rousskov vollkommen - Benjamin Kerensa diff --cc src/acl/AclAddress.h index 73063b4374,7e69f644c1..66ae13805b --- a/src/acl/AclAddress.h +++ b/src/acl/AclAddress.h @@@ -26,11 -29,8 +26,11 @@@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */ +#ifndef ACLADDRESS_H_ +#define ACLADDRESS_H_ - #include "Acl.h" - #include "ip/Address.h" ++ #include "acl/Acl.h" + #include "ip/Address.h" /// list of address-based ACLs. Currently a POD. class AclAddress