svn commit: r240060 - in head: include/rpc sys/rpc

Konstantin Belousov kostikbel at gmail.com
Mon Sep 3 07:31:41 UTC 2012


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
> 
> Log:
>   Fix RPC headers for C++
>   
>   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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20120903/c6cb00b4/attachment.pgp


More information about the svn-src-all mailing list