aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid27/files/patch-src-client_side.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid27/files/patch-src-client_side.c')
-rw-r--r--www/squid27/files/patch-src-client_side.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/squid27/files/patch-src-client_side.c b/www/squid27/files/patch-src-client_side.c
new file mode 100644
index 00000000000..3c9eed63c57
--- /dev/null
+++ b/www/squid27/files/patch-src-client_side.c
@@ -0,0 +1,16 @@
+--- ./src/client_side.c.orig Thu Jul 6 11:44:18 2006
++++ ./src/client_side.c Thu Jul 6 11:52:07 2006
+@@ -4490,6 +4490,13 @@
+ return -1;
+ }
+ }
++#elif IPFW_TRANSPARENT
++static int inline
++clientNatLookup(ConnStateData * conn)
++{
++ static time_t last_reported = 0;
++ return 0;
++}
+ #else
+ static int inline
+ clientNatLookup(ConnStateData * conn)