From owner-p4-projects@FreeBSD.ORG Mon Jan 21 02:03:39 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 91F8416A420; Mon, 21 Jan 2008 02:03:39 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CFA516A41A for ; Mon, 21 Jan 2008 02:03:39 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id F205F13C44B for ; Mon, 21 Jan 2008 02:03:38 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so464328anc.13 for ; Sun, 20 Jan 2008 18:03:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; bh=wThH/Y1Wdv4+KG64n812JGinYRuib31p/8KEEDs9T74=; b=t727e4OeH5x95dXltLPqa4Xt7a0v6p0rkxt+bZBjD73A91ehPOtur/MPr3KkiA1vMrEofIfBpHLYHAvLD5WF7MpGN5bxG9bSSJM8yw3yWhqRHwWPqC5ipIC37aWyxvkLRGXL2SIhFe+wE1FshkH6Sjv117+5/AP4z4InKlZ/yVA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=pNzjVurOXo9//ec3G/wBuiFhG9Fz2NwlFXq4vL56U68E2OudcqG0kpErJwdloeHoi+0zBfdgoMUh09QMSCCT10AUBt23zw2P2L378W9hn2iJ5E6LVGyrf8gatC6l86pF1bj3j1zFaQM/76YVuDgF1VOdgbZA1dmoyatPa+wCVMU= Received: by 10.101.68.19 with SMTP id v19mr13482232ank.4.1200879498251; Sun, 20 Jan 2008 17:38:18 -0800 (PST) Received: from kan.dnsalias.net ( [24.218.183.247]) by mx.google.com with ESMTPS id e27sm10331841elf.9.2008.01.20.17.38.15 (version=SSLv3 cipher=OTHER); Sun, 20 Jan 2008 17:38:16 -0800 (PST) Date: Sun, 20 Jan 2008 20:38:09 -0500 From: Alexander Kabaev To: Robert Watson Message-ID: <20080120203809.287a79dc@kan.dnsalias.net> In-Reply-To: <200801202233.m0KMXrsk022689@repoman.freebsd.org> References: <200801202233.m0KMXrsk022689@repoman.freebsd.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/ODNSJLk4Yz7DUruqdXDOU5F"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Perforce Change Reviews Subject: Re: PERFORCE change 133748 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 02:03:40 -0000 --Sig_/ODNSJLk4Yz7DUruqdXDOU5F Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 20 Jan 2008 22:33:53 GMT Robert Watson wrote: > http://perforce.freebsd.org/chv.cgi?CH=3D133748 >=20 > Change 133748 by rwatson@rwatson_freebsd_capabilities on 2008/01/20 > 22:33:22 >=20 > Add cap_new() and cap_getrights() to Symbol.map. >=20 > Affected files ... >=20 > .. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Symbol.map#2 > edit >=20 > Differences ... >=20 > =3D=3D=3D=3D //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Sy= mbol.map#2 > (text) =3D=3D=3D=3D >=20 > @@ -55,6 +55,8 @@ > auditctl; > auditon; > bind; > + cap_new; > + cap_getrights; > chdir; > chflags; > __chk_fail; These are added to wrong place. FBSD_1.1 section is where they belong. --=20 Alexander Kabaev --Sig_/ODNSJLk4Yz7DUruqdXDOU5F Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFHk/eCQ6z1jMm+XZYRApmdAJ0SPryJ0D5EJ5jeUOj3xjFMtI7AiwCfVVfi tcjpyBkchV1DHAGop6oPDPY= =PH2D -----END PGP SIGNATURE----- --Sig_/ODNSJLk4Yz7DUruqdXDOU5F--