From: Henrik Nordstrom Date: Fri, 14 May 2010 05:54:32 +0000 (+0200) Subject: Fix non-IPv6 build failure introduced by the commResetFD cleanup X-Git-Tag: SQUID_3_1_4~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=650a42800233c1cf5d215ed03f9581867818fc17;p=thirdparty%2Fsquid.git Fix non-IPv6 build failure introduced by the commResetFD cleanup --- diff --git a/src/comm.h b/src/comm.h index 1d1786b33c..fed7d70aec 100644 --- a/src/comm.h +++ b/src/comm.h @@ -22,9 +22,7 @@ typedef enum { COMM_ERR_CONNECT = -8, COMM_ERR_DNS = -9, COMM_ERR_CLOSING = -10, -#if USE_IPV6 COMM_ERR_PROTOCOL = -11, /* IPv4 or IPv6 cannot be used on the fd socket */ -#endif COMM_ERR__END__ = -999999 /* Dummy entry to make syntax valid (comma on line above), do not use. New entries added above */ } comm_err_t;