--------------------- PatchSet 1389 Date: 2005/05/20 06:58:20 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: Restoring harmony. A plaint int is sufccicient for ASN numbers Members: include/config.h:1.7.4.4->1.7.4.5 Index: squid3/include/config.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/include/config.h,v retrieving revision 1.7.4.4 retrieving revision 1.7.4.5 diff -u -r1.7.4.4 -r1.7.4.5 --- squid3/include/config.h 19 May 2005 14:13:21 -0000 1.7.4.4 +++ squid3/include/config.h 20 May 2005 06:58:20 -0000 1.7.4.5 @@ -1,5 +1,5 @@ /* - * $Id: config.h,v 1.7.4.4 2005/05/19 14:13:21 rmartinez Exp $ + * $Id: config.h,v 1.7.4.5 2005/05/20 06:58:20 rmartinez Exp $ * * AUTHOR: Duane Wessels * @@ -206,16 +206,8 @@ */ #ifdef INET6 -/* - * FIXME: - * There is no native support for an int128_t - * so we have to simulate it - * This may lead to mangle some code of the IPv4 side - * if we want to preserve unity on tow compilation modes - * (Hopefully not much) - */ -typedef unsigned char int128_t[16]; -typedef int128_t squidip_int_t; + +typedef int ASN; #define IN_ADDR in6_addr