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/src/rpc/netnamer.c | 4 ++-- cpukit/librpc/src/rpc/svc_udp.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/librpc/src/rpc') diff --git a/cpukit/librpc/src/rpc/netnamer.c b/cpukit/librpc/src/rpc/netnamer.c index eac9913119..537464a383 100644 --- a/cpukit/librpc/src/rpc/netnamer.c +++ b/cpukit/librpc/src/rpc/netnamer.c @@ -57,8 +57,8 @@ static char *NETID = "netid.byname"; #endif static char *NETIDFILE = "/etc/netid"; -static int getnetid __P(( char *, char * )); -static int _getgroups __P(( char *, gid_t * )); +static int getnetid ( char *, char * ); +static int _getgroups ( char *, gid_t * ); #ifndef NGROUPS #define NGROUPS 16 diff --git a/cpukit/librpc/src/rpc/svc_udp.c b/cpukit/librpc/src/rpc/svc_udp.c index c25095bf33..f1cbed9eb7 100644 --- a/cpukit/librpc/src/rpc/svc_udp.c +++ b/cpukit/librpc/src/rpc/svc_udp.c @@ -58,8 +58,8 @@ static enum xprt_stat svcudp_stat(); static bool_t svcudp_getargs(); static bool_t svcudp_freeargs(); static void svcudp_destroy(); -static void cache_set __P((SVCXPRT *, u_long)); -static int cache_get __P((SVCXPRT *, struct rpc_msg *, char **, u_long *)); +static void cache_set (SVCXPRT *, u_long); +static int cache_get (SVCXPRT *, struct rpc_msg *, char **, u_long *); static struct xp_ops svcudp_op = { svcudp_recv, -- cgit v1.2.3