forwarded to squid-dev
---------- Forwarded Message ----------
Subject: [Patch] Let Squid3 cvs compile with gcc 3.3+
Date: Sun, 10 Aug 2003 09:58:36 +0300
From: "ismail (cartman) donmez" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Hi,
Patch attached!
Regards,
/ismail
--
An Eye for an Eye will make the whole world blind - Gandhi
-------------------------------------------------------
Index: squid3/src/ACLChecklist.h
===================================================================
RCS file: /squid/squid3/src/ACLChecklist.h,v
retrieving revision 1.15
diff -u -p -r1.15 ACLChecklist.h
--- squid3/src/ACLChecklist.h 4 Aug 2003 22:14:38 -0000 1.15
+++ squid3/src/ACLChecklist.h 6 Aug 2003 20:27:59 -0000
@@ -92,8 +92,8 @@ class NullState : public AsyncState
void nonBlockingCheck(PF * callback, void *callback_data);
void checkCallback(allow_t answer);
- bool _SQUID_INLINE_ matchAclListFast(const acl_list * list);
- void _SQUID_INLINE_ matchAclListSlow(const acl_list * list);
+ _SQUID_INLINE_ bool matchAclListFast(const acl_list * list);
+ _SQUID_INLINE_ void matchAclListSlow(const acl_list * list);
ConnStateData::Pointer conn();
void conn(ConnStateData::Pointer);
int authenticated();