From owner-svn-src-all@FreeBSD.ORG Mon Nov 24 10:12:00 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BDCFB6A; Mon, 24 Nov 2014 10:12:00 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFEF2C6F; Mon, 24 Nov 2014 10:11:59 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id h11so5131439wiw.15 for ; Mon, 24 Nov 2014 02:11:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Sbdt9GynW+4Je/oGWqUu075ufk9f9x9hDUahwSS6/r4=; b=N6XHt3O9contRHCw3ZXrtljLdBJod13TnESFwhYVOZqFK9IBlgQPygO42uwJixze8W UVU76JPMODNAjuhkVnb5c+KTEkHBSeGmz6xxHqE2pGPgOVHjWC9mjsRS1NnF/NZbjgZq +yUHjD+YnkNYo1IZT8Lf15mqLU40ySIdIw7NQub8RNDwZwV6Udya3F/MRz1TiWpWN6RJ 2J/6CRHdbY0VDDQFmtC8JzKn3tMeluHwEWaQqz5kJStTaLHzE9vpxxd5ahn4ggEcPTsg FLw/mxvhOJP5QxU5G7DZYd5P5nUtwnahTU61zLuqn6JM7fySGkyBsBJBX9bZtohJjYGe of8g== X-Received: by 10.194.78.82 with SMTP id z18mr31502516wjw.120.1416823917521; Mon, 24 Nov 2014 02:11:57 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id p1sm20323951wjy.22.2014.11.24.02.11.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 02:11:56 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 24 Nov 2014 11:11:53 +0100 From: Baptiste Daroussin To: Christian Brueffer Subject: Re: svn commit: r274960 - head/usr.bin/elfdump Message-ID: <20141124101153.GM68776@ivaldir.etoilebsd.net> References: <201411240931.sAO9VcRS039948@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JlJsEFsx9RQyiX4C" Content-Disposition: inline In-Reply-To: <201411240931.sAO9VcRS039948@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 10:12:00 -0000 --JlJsEFsx9RQyiX4C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 25, 2014 at 09:31:38AM +0000, Christian Brueffer wrote: > Author: brueffer > Date: Mon Nov 24 09:31:38 2014 > New Revision: 274960 > URL: https://svnweb.freebsd.org/changeset/base/274960 >=20 > Log: > Limit descriptors and enter capability mode. > =20 > Differential: D1009 > Reviewed by: jonathan, pjd > MFC after: 2 weeks > Relnotes: yes >=20 > Modified: > head/usr.bin/elfdump/elfdump.c >=20 > Modified: head/usr.bin/elfdump/elfdump.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/usr.bin/elfdump/elfdump.c Mon Nov 24 09:16:19 2014 (r274959) > +++ head/usr.bin/elfdump/elfdump.c Mon Nov 24 09:31:38 2014 (r274960) > @@ -29,12 +29,15 @@ > __FBSDID("$FreeBSD$"); > =20 > #include > + > +#include Beware that MFC will not work oot of box as sys/capsicum.h is not in stable= /10 the only way to do portable capsicum right now between freebsd branches is = to use sys/capability.h Best regards, Bapt --JlJsEFsx9RQyiX4C Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlRzBGkACgkQ8kTtMUmk6EwU5ACdFw9Wk34X1kzi4+LfE3W6Ir4u nOcAn1g/x9ocm2EHJM04VH4YOx2vPTwc =lvrV -----END PGP SIGNATURE----- --JlJsEFsx9RQyiX4C--