--------------------- PatchSet 3820 Date: 2002/04/02 00:02:00 Author: hno Branch: memorybuf Tag: (none) Log: Merged more missing pieces from HEAD Members: src/defines.h:1.15->1.15.12.1 Index: squid/src/defines.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/defines.h,v retrieving revision 1.15 retrieving revision 1.15.12.1 diff -u -r1.15 -r1.15.12.1 --- squid/src/defines.h 18 Nov 2001 01:15:42 -0000 1.15 +++ squid/src/defines.h 2 Apr 2002 00:02:00 -0000 1.15.12.1 @@ -1,6 +1,6 @@ /* - * $Id: defines.h,v 1.15 2001/11/18 01:15:42 squidadm Exp $ + * $Id: defines.h,v 1.15.12.1 2002/04/02 00:02:00 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -234,7 +234,7 @@ #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