$NetBSD: patch-aa,v 1.6 2008/10/30 08:12:52 adam Exp $

--- pcap/pcap.h.orig	2008-10-29 15:08:55.000000000 +0100
+++ pcap/pcap.h
@@ -349,10 +349,12 @@ void	pcap_freealldevs(pcap_if_t *);
 const char *pcap_lib_version(void);
 
 /* XXX this guy lives in the bpf tree */
+#ifndef _NET_BPF_H_
 u_int	bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
 int	bpf_validate(const struct bpf_insn *f, int len);
 char	*bpf_image(const struct bpf_insn *, int);
 void	bpf_dump(const struct bpf_program *, int);
+#endif
 
 #if defined(WIN32)
 
