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 */

Reply via email to