16 lines
354 B
Text
16 lines
354 B
Text
$NetBSD: patch-ag,v 1.1 2006/06/04 22:21:27 joerg Exp $
|
|
|
|
--- kpf.c.orig 2006-06-04 22:08:28.000000000 +0000
|
|
+++ kpf.c
|
|
@@ -46,7 +46,11 @@ static const char rcsid[] =
|
|
#include <sys/socket.h>
|
|
#include <net/if.h>
|
|
#include <netinet/in.h>
|
|
+#if defined(__DragonFly__)
|
|
+#include <net/pf/pfvar.h>
|
|
+#else
|
|
#include <net/pfvar.h>
|
|
+#endif
|
|
|
|
#include "debug.h"
|
|
|