Date: Fri, 20 Dec 2013 21:46:46 +0100 From: dt71@gmx.com To: "freebsd-current@freebsd.org" <freebsd-current@freebsd.org> Subject: Re: buildworld error (tcpdump and Capsicum) Message-ID: <52B4ACB6.9000201@gmx.com> In-Reply-To: <52B4917D.7070003@gmx.com> References: <52AF3DA4.9040507@gmx.com> <52B4917D.7070003@gmx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] [-- Attachment #2 --] Index: addrtoname.c =================================================================== --- addrtoname.c (revision 259658) +++ addrtoname.c (working copy) @@ -33,9 +33,11 @@ #endif #ifdef __FreeBSD__ +#ifdef HAVE_LIBCAPSICUM #include <libcapsicum.h> #include <libcapsicum_dns.h> #endif +#endif #include <tcpdump-stdinc.h> #ifdef USE_ETHER_NTOHOST
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52B4ACB6.9000201>
