[squid-users] patch for squid 3.0

From: Konrad <conradh@dont-contact.us>
Date: Fri, 10 Dec 2004 17:34:42 +0100

Hi all,

I've a small patch for squid 3.0 which helps to compile squid on
MacOSX. Maybe it wil be usefull for someone else :-)
What is roadmap for squid 3.0? When is some kind of stable release planed ?

Regards
Konrad

--- squid-3.0-PRE3-20041209/src/HttpVersion.h Wed Nov 17 00:11:46 2004
+++ ../build/squid-3.0-PRE3-20041209/src/HttpVersion.h Thu Dec 9 08:49:39 2004
@@ -65,6 +65,12 @@
         return true;
     }
 
+
+ bool operator!=(const HttpVersion& that) const
+ {
+ return !( *this == that );
+ }
+
 };
 
 #endif /* SQUID_HTTPVERSION_H */
Received on Fri Dec 10 2004 - 09:35:14 MST

This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:02 MST