Date: Mon, 3 Sep 2012 10:31:33 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: "Pedro F. Giffuni" <pfg@freebsd.org> 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 Message-ID: <20120903073133.GB33100@deviant.kiev.zoral.com.ua> In-Reply-To: <201209022104.q82L4eru068961@svn.freebsd.org> References: <201209022104.q82L4eru068961@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120903073133.GB33100>