2012/8/16 Martin Husemann
<martin%duskware.de@localhost>
The following reply was made to PR lib/46803; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: lib/46803: Building mongodb fails with error message about redeclaration of bpf_filter and bpf_validate
Date: Wed, 15 Aug 2012 21:56:32 +0200
Are you sure your header files are from the beta2?
In my version, both declarations have C linkage (/usr/include/pcap/bpf.h uses
__BEGIN_DECLS, /usr/include/pcap.h has it spelled out as extern "C")
Martin