diff options
Diffstat (limited to 'sunrpc/rtime.c')
-rw-r--r-- | sunrpc/rtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/rtime.c b/sunrpc/rtime.c index 09a8948624..ba3e768b08 100644 --- a/sunrpc/rtime.c +++ b/sunrpc/rtime.c @@ -70,8 +70,8 @@ do_close (int s) } int -rtime (struct sockaddr_in *addrp, struct timeval *timep, - struct timeval *timeout) +rtime (struct sockaddr_in *addrp, struct rpc_timeval *timep, + struct rpc_timeval *timeout) { int s; struct pollfd fd; |