From: Automatic source maintenance Date: Fri, 4 Mar 2011 01:12:39 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: take06~27^2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d48a52bf8807659fb9a8c9c02749ae6ebc4ced89;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ip/Address.cc b/src/ip/Address.cc index 2797be8ae2..597ae6586f 100644 --- a/src/ip/Address.cc +++ b/src/ip/Address.cc @@ -213,8 +213,8 @@ Ip::Address::SetEmpty() } #if _SQUID_AIX_ - // Bug 2885 comment 78 explains. - // In short AIX has a different netinet/in.h union definition +// Bug 2885 comment 78 explains. +// In short AIX has a different netinet/in.h union definition const struct in6_addr Ip::Address::v4_localhost = {{{ 0x00000000, 0x00000000, 0x0000ffff, 0x7f000001 }}}; const struct in6_addr Ip::Address::v4_anyaddr = {{{ 0x00000000, 0x00000000, 0x0000ffff, 0x00000000 }}}; const struct in6_addr Ip::Address::v4_noaddr = {{{ 0x00000000, 0x00000000, 0x0000ffff, 0xffffffff }}};