Skip site navigation (1)Skip section navigation (2)
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
This is a multi-part message in MIME format.
--------------050904040308000304060109
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit



--------------050904040308000304060109
Content-Type: text/x-patch;
 name="tcpdump_libcapsicum.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="tcpdump_libcapsicum.patch"

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

--------------050904040308000304060109--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52B4ACB6.9000201>