summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/svc_udp.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:40:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:40:52 +0000
commit9f4040a13b1849539679f71183c4118f015b6412 (patch)
tree60c8d671d8cf5b127a99904e28e2ccbca514ff26 /cpukit/librpc/src/rpc/svc_udp.c
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9f4040a13b1849539679f71183c4118f015b6412.tar.bz2
Eliminate __P().
Diffstat (limited to '')
-rw-r--r--cpukit/librpc/src/rpc/svc_udp.c4
1 files changed, 2 insertions, 2 deletions
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,