]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Last part of the generic MEM_xK_BUF allocator. Had fogot to commit this
authorhno <>
Tue, 19 Feb 2002 06:40:35 +0000 (06:40 +0000)
committerhno <>
Tue, 19 Feb 2002 06:40:35 +0000 (06:40 +0000)
one..

src/defines.h

index 1edba7ace897932eab5307f06ed43f25646bc700..e580769f545bae17bd9119e31bc40a7f0c7799de 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: defines.h,v 1.97 2001/11/17 11:09:24 hno Exp $
+ * $Id: defines.h,v 1.98 2002/02/18 23:40:35 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
 #define countof(arr) (sizeof(arr)/sizeof(*arr))
 
 /* to initialize static variables (see also MemBufNull) */
-#define MemBufNULL { NULL, 0, 0, 0, NULL }
+#define MemBufNULL { NULL, 0, 0, 0, 0 }
 
 /*
  * Max number of ICP messages to receive per call to icpHandleUdp