summaryrefslogtreecommitdiff
path: root/www/squid26/patches/patch-al
blob: 02af15448cb83fd593538e35666b5e836c139169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-al,v 1.2 2008/10/20 03:11:04 taca Exp $

--- src/client_side.c.orig	2008-07-22 05:48:45.000000000 +0900
+++ src/client_side.c
@@ -88,8 +88,12 @@
 #include <sys/fcntl.h>
 #include <net/if.h>
 #include <netinet/in.h>
+#ifdef __DragonFly__
+#include <net/pf/pfvar.h>
+#else
 #include <net/pfvar.h>
 #endif
+#endif
 
 #if LINUX_NETFILTER
 #include <linux/types.h>