From: wessels <> Date: Fri, 23 Feb 2001 04:38:56 +0000 (+0000) Subject: editing bug: an extra #if from O_NONBLOCK change. X-Git-Tag: SQUID_3_0_PRE1~1590 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85a91bfc7c40c03f488ce66195b7f690f43f0489;p=thirdparty%2Fsquid.git editing bug: an extra #if from O_NONBLOCK change. --- diff --git a/src/squid.h b/src/squid.h index b79aaaa391..2c4206a202 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.212 2001/02/22 21:05:56 wessels Exp $ + * $Id: squid.h,v 1.213 2001/02/22 21:38:56 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -447,7 +447,6 @@ struct rusage { * properly detecting EOF on FIFOs. So now we assume that if * its defined, it works correctly on all operating systems. */ -#if defined(O_NONBLOCK) #define SQUID_NONBLOCK O_NONBLOCK /* * O_NDELAY is our fallback.