]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Make transparent flag of fde always present
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 8 Apr 2008 06:32:47 +0000 (18:32 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 8 Apr 2008 06:32:47 +0000 (18:32 +1200)
src/fde.h

index 4322701b72b963316fc6093ccaf4024ec4136495..2d77fcda2a8f4a3d0d85598cccfbb698d82c4ca8 100644 (file)
--- a/src/fde.h
+++ b/src/fde.h
@@ -82,9 +82,7 @@ public:
        unsigned int close_on_exec:1;
        unsigned int read_pending:1;
        unsigned int write_pending:1;
-#if LINUX_TPROXY4
         unsigned int transparent:1;
-#endif
     } flags;
 
     int64_t bytes_read;