From: robertc <> Date: Mon, 28 Oct 2002 18:27:47 +0000 (+0000) Subject: fix linux X-Git-Tag: SQUID_3_0_PRE1~546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a42d5c2585e9ca6b2ffb806f768d3e6d6c5ee3f9;p=thirdparty%2Fsquid.git fix linux --- diff --git a/src/comm.cc b/src/comm.cc index 2521cc0f2d..87576064a0 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.358 2002/10/27 14:19:39 adrian Exp $ + * $Id: comm.cc,v 1.359 2002/10/28 11:27:47 robertc Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -513,7 +513,7 @@ comm_fill_immediate(int fd, StoreIOBuffer sb, IOFCB *callback, void *data) static void comm_empty_os_read_buffers(int fd) { -#if _SQUID_LINUX_ +#ifdef _SQUID_LINUX_ /* prevent those nasty RST packets */ char buf[SQUID_TCP_SO_RCVBUF]; if (fd_table[fd].flags.nonblocking == 1)