From: Amos Jeffries Date: Thu, 24 Jul 2008 12:38:24 +0000 (+1200) Subject: Rollback part of b9104. should only have touched fd.cc X-Git-Tag: SQUID_3_1_0_1~49^2~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22d1bf779ef44493b62d3f1ca4426f734f58f905;p=thirdparty%2Fsquid.git Rollback part of b9104. should only have touched fd.cc --- diff --git a/include/IPAddress.h b/include/IPAddress.h index def0919381..0b7b790724 100644 --- a/include/IPAddress.h +++ b/include/IPAddress.h @@ -77,11 +77,6 @@ #define s6_addr32 __u6_addr.__u6_addr32 #endif -// OpenBSD also hide v6only socket option we need for comm layer. :-( -#if !defined(IPV6_V6ONLY) && defined(_SQUID_OPENBSD_) -#define IPV6_V6ONLY 27 // from OpenBSD 4.3 headers. (NP: does not match other OS values for same) -#endif - /// Length of buffer that needs to be allocated to old a null-terminated IP-string // Yuck. But there are still structures that need it to be an 'integer constant'. #define MAX_IPSTRLEN 75