]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1778: Build error on Irix using SGI MipsPRO compiler
authorserassio <>
Sat, 14 Oct 2006 19:34:29 +0000 (19:34 +0000)
committerserassio <>
Sat, 14 Oct 2006 19:34:29 +0000 (19:34 +0000)
Single bit field must be unsigned

src/StoreIOBuffer.h

index da1c2456a7f13e509a82ac41481d3f508b78e075..180596663e09e467f3747ded46cc006aedb22e55 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: StoreIOBuffer.h,v 1.5 2005/11/21 23:14:22 wessels Exp $
+ * $Id: StoreIOBuffer.h,v 1.6 2006/10/14 13:34:29 serassio Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -75,7 +75,7 @@ public:
     struct
     {
 
-int error:
+unsigned error:
         1;
     }