]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r240060: (Partial)
authorpfg <pfg@FreeBSD.org>
Sun, 2 Sep 2012 22:23:23 +0000 (22:23 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 2 Sep 2012 22:23:23 +0000 (22:23 +0000)
commitfb077b00b0a2455b2108feeb4f173ea2706f697c
treebfbbe261693a70827db52029f30608eb237280cd
parent97adc861835d3d63fcfabaf559955e91c3bdd543
Revert r240060: (Partial)

__BEGIN_DECLS and __END_DECLS in cdefs.h take care of the
__cplusplus mangling issues so most of the definitions
were redundant.

In the few places where they were not redundant we should
use BSD style instead of the guards used upstream.

Reported by: Yuri Pankov
16 files changed:
include/rpc/auth.h
include/rpc/auth_unix.h
include/rpc/clnt.h
include/rpc/clnt_soc.h
include/rpc/des_crypt.h
include/rpc/nettype.h
include/rpc/pmap_clnt.h
include/rpc/pmap_rmt.h
include/rpc/rpc_com.h
include/rpc/rpc_msg.h
include/rpc/rpcb_clnt.h
include/rpc/rpcent.h
include/rpc/rpcsec_gss.h
include/rpc/svc.h
include/rpc/svc_soc.h
include/rpc/xdr.h