--------------------- PatchSet 5162 Date: 2007/08/05 23:25:23 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Fix typo in FreeBSD hack. Parameter macro named wrong. Members: include/IPAddress.h:1.1.2.29->1.1.2.30 Index: squid3/include/IPAddress.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/include/Attic/IPAddress.h,v retrieving revision 1.1.2.29 retrieving revision 1.1.2.30 diff -u -r1.1.2.29 -r1.1.2.30 --- squid3/include/IPAddress.h 5 Aug 2007 12:30:23 -0000 1.1.2.29 +++ squid3/include/IPAddress.h 5 Aug 2007 23:25:23 -0000 1.1.2.30 @@ -1,6 +1,6 @@ /* - * $Id: IPAddress.h,v 1.1.2.29 2007/08/05 12:30:23 amosjeffries Exp $ + * $Id: IPAddress.h,v 1.1.2.30 2007/08/05 23:25:23 amosjeffries Exp $ * * DEBUG: section 14 IP Storage and Handling * AUTHOR: Amos Jeffries @@ -58,7 +58,7 @@ * kernel macros commented as being 'non-standard'. * We need to use them, much nicer than the OS-provided __u*_*[] */ -#if USE_IPV6 && defined(_SQUID_FREEBSD) +#if USE_IPV6 && defined(_SQUID_FREEBSD_) #define s6_addr8 __u6_addr.__u6_addr8 #define s6_addr16 __u6_addr.__u6_addr16 #define s6_addr32 __u6_addr.__u6_addr32