From 9f4040a13b1849539679f71183c4118f015b6412 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 05:40:52 +0000 Subject: Eliminate __P(). --- cpukit/librpc/include/rpc/rpc_msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/librpc/include/rpc/rpc_msg.h') diff --git a/cpukit/librpc/include/rpc/rpc_msg.h b/cpukit/librpc/include/rpc/rpc_msg.h index 733a5e2892..311d4f6863 100644 --- a/cpukit/librpc/include/rpc/rpc_msg.h +++ b/cpukit/librpc/include/rpc/rpc_msg.h @@ -185,7 +185,7 @@ extern bool_t xdr_callhdr(XDR *, struct rpc_msg *); * XDR *xdrs; * struct rpc_msg *rmsg; */ -extern bool_t xdr_replymsg __P((XDR *, struct rpc_msg *)); +extern bool_t xdr_replymsg(XDR *, struct rpc_msg *); /* * Fills in the error part of a reply message. -- cgit v1.2.3