summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-at
blob: ba1c66099875213e19882d6d449d681b7cfc603f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-at,v 1.1 2007/02/06 20:22:15 joerg Exp $

--- src/client_side.c.orig	2007-02-06 20:17:33.000000000 +0000
+++ 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/netfilter_ipv4.h>