From a42d5c2585e9ca6b2ffb806f768d3e6d6c5ee3f9 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Mon, 28 Oct 2002 18:27:47 +0000 Subject: [PATCH] fix linux --- src/comm.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.3