From owner-svn-src-head@FreeBSD.ORG Mon Sep 3 07:31:41 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52615106566C; Mon, 3 Sep 2012 07:31:41 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id C0D7B8FC08; Mon, 3 Sep 2012 07:31:40 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q837VjUw029667; Mon, 3 Sep 2012 10:31:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q837VX7N031076; Mon, 3 Sep 2012 10:31:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q837VXcD031075; Mon, 3 Sep 2012 10:31:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 3 Sep 2012 10:31:33 +0300 From: Konstantin Belousov To: "Pedro F. Giffuni" Message-ID: <20120903073133.GB33100@deviant.kiev.zoral.com.ua> References: <201209022104.q82L4eru068961@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RzVoCur9CYlE2OzC" Content-Disposition: inline In-Reply-To: <201209022104.q82L4eru068961@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r240060 - in head: include/rpc sys/rpc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 07:31:41 -0000 --RzVoCur9CYlE2OzC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 02, 2012 at 09:04:40PM +0000, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Sep 2 21:04:40 2012 > New Revision: 240060 > URL: http://svn.freebsd.org/changeset/base/240060 >=20 > Log: > Fix RPC headers for C++ > =20 > C++ mangling will cause trouble with variables like __rpc_xdr > in xdr.h so rename this to XDR. Which troubles ? Although not very useful due to many other namespace pollution problems in the rpc headers, __rpc_xdr is in the implementation-reserved namespace, while XDR is not. --RzVoCur9CYlE2OzC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAlBEXNUACgkQC3+MBN1Mb4iMjwCfag464pP60T/2LuGzyTG2XEIU T8oAn0yq4d7OKnirD+dzHyO5q/TKPUz1 =e34s -----END PGP SIGNATURE----- --RzVoCur9CYlE2OzC--