summaryrefslogtreecommitdiff
path: root/www/squid27/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid27/patches/patch-ak')
-rw-r--r--www/squid27/patches/patch-ak17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/squid27/patches/patch-ak b/www/squid27/patches/patch-ak
new file mode 100644
index 00000000000..244a72d8ebc
--- /dev/null
+++ b/www/squid27/patches/patch-ak
@@ -0,0 +1,17 @@
+$NetBSD: patch-ak,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $
+
+--- src/client_side.c.orig 2008-06-25 07:54:47.000000000 +0900
++++ src/client_side.c
+@@ -88,7 +88,12 @@
+ #include <sys/fcntl.h>
+ #include <net/if.h>
+ #include <netinet/in.h>
++#ifdef HAVE_NET_PF_PFVAR_H
++#include <net/pf/pfvar.h>
++#endif /* HAVE_NET_PF_PFVAR_H */
++#ifdef HAVE_NET_PFVAR_H
+ #include <net/pfvar.h>
++#endif /* HAVE_NET_PFVAR_H */
+ #endif
+
+ #if LINUX_NETFILTER