From owner-freebsd-current@FreeBSD.ORG Fri Dec 20 20:47:21 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E78AA165 for ; Fri, 20 Dec 2013 20:47:21 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EED018F4 for ; Fri, 20 Dec 2013 20:47:21 +0000 (UTC) Received: from [157.181.98.186] ([157.181.98.186]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LnwxU-1VIaIZ3JI8-00fw71 for ; Fri, 20 Dec 2013 21:47:19 +0100 Message-ID: <52B4ACB6.9000201@gmx.com> Date: Fri, 20 Dec 2013 21:46:46 +0100 From: dt71@gmx.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: "freebsd-current@freebsd.org" Subject: Re: buildworld error (tcpdump and Capsicum) References: <52AF3DA4.9040507@gmx.com> <52B4917D.7070003@gmx.com> In-Reply-To: <52B4917D.7070003@gmx.com> Content-Type: multipart/mixed; boundary="------------050904040308000304060109" X-Provags-ID: V03:K0:UUbJg9LimX5DgqmgiideckfkxXya7sSyxRowKxttNv9psfgvVGa vpYpabT3YzZcKbRh0h3rdPdP7RMC4wYFjyMwU3QjZSEHJ0qP9za0c4DE86nos/afsZnvAzR RnobPFe5qwYPJQoKed2bTb+b715BR5EK2FOo//aehqO0mPmIILhB6w/WeNlo5GJcDxRvvhK GG2pjB/AvPqy1Uhqyw6iA== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:47:22 -0000 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 #include #endif +#endif #include #ifdef USE_ETHER_NTOHOST --------------050904040308000304060109--