From: Henrik Nordstrom Date: Fri, 14 May 2010 05:29:55 +0000 (+0200) Subject: Fix non-IPv6 build failure introduced by the commResetFD cleanup X-Git-Tag: SQUID_3_2_0_1~214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d972f4582f9783111067ca357360f68e5221ac7c;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 426b9af6bf..331def76f0 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;