From d48a52bf8807659fb9a8c9c02749ae6ebc4ced89 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Thu, 3 Mar 2011 18:12:39 -0700 Subject: [PATCH] SourceFormat Enforcement --- src/ip/Address.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}}; -- 2.47.2