--------------------- PatchSet 6027 Date: 2007/10/28 11:27:56 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Fix compile error from last update. Members: include/IPAddress.h:1.1.2.39->1.1.2.40 Index: squid3/include/IPAddress.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/include/Attic/IPAddress.h,v retrieving revision 1.1.2.39 retrieving revision 1.1.2.40 diff -u -r1.1.2.39 -r1.1.2.40 --- squid3/include/IPAddress.h 24 Sep 2007 02:15:46 -0000 1.1.2.39 +++ squid3/include/IPAddress.h 28 Oct 2007 11:27:56 -0000 1.1.2.40 @@ -1,5 +1,5 @@ /* - * $Id: IPAddress.h,v 1.1.2.39 2007/09/24 02:15:46 amosjeffries Exp $ + * $Id: IPAddress.h,v 1.1.2.40 2007/10/28 11:27:56 amosjeffries Exp $ * * DEBUG: section 14 IP Storage and Handling * AUTHOR: Amos Jeffries @@ -404,6 +404,7 @@ // Macros for Old IPv4-Only code that still needs to use IN_ADDR #define ANY_ADDR (struct in_addr)0x00000000 #define NO_ADDR (struct_in_addr)0xFFFFFFFF +#define IN_ADDR in_addr // WAS _sockaddr_in_list in an earlier incarnation /* INET6 : this could possibly be an addrinfo structure now IFF it needs to be in a generic raw form. */