]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
editing bug: an extra #if from O_NONBLOCK change.
authorwessels <>
Fri, 23 Feb 2001 04:38:56 +0000 (04:38 +0000)
committerwessels <>
Fri, 23 Feb 2001 04:38:56 +0000 (04:38 +0000)
src/squid.h

index b79aaaa391265dd666c245ac8cc5a87179fd4faa..2c4206a202972050fb7c845adaf6388735b680f6 100644 (file)
@@ -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.