diff options
Diffstat (limited to 'sunrpc/svc_udp.c')
-rw-r--r-- | sunrpc/svc_udp.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sunrpc/svc_udp.c b/sunrpc/svc_udp.c index 2097f9245e..956a1e9cec 100644 --- a/sunrpc/svc_udp.c +++ b/sunrpc/svc_udp.c @@ -585,11 +585,8 @@ cache_set (SVCXPRT *xprt, u_long replylen) * return 1 if found, 0 if not found */ static int -cache_get (xprt, msg, replyp, replylenp) - SVCXPRT *xprt; - struct rpc_msg *msg; - char **replyp; - u_long *replylenp; +cache_get (SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, + u_long *replylenp) { u_int loc; cache_ptr ent; |