about summary refs log tree commit diff
path: root/sunrpc/clnt_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/clnt_udp.c')
-rw-r--r--sunrpc/clnt_udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/clnt_udp.c b/sunrpc/clnt_udp.c
index df21e28f64..c2436e3ebc 100644
--- a/sunrpc/clnt_udp.c
+++ b/sunrpc/clnt_udp.c
@@ -465,7 +465,7 @@ send_again:
       if (inlen >= 4
 	  && (xargs == NULL
 	      || memcmp (cu->cu_inbuf, cu->cu_outbuf,
-			 sizeof (u_int32_t)) == 0))
+			 sizeof (uint32_t)) == 0))
 	break;
 
     next_response:
@@ -543,7 +543,7 @@ clntudp_control (CLIENT *cl, int request, char *info)
 {
   struct cu_data *cu = (struct cu_data *) cl->cl_private;
   u_long ul;
-  u_int32_t ui32;
+  uint32_t ui32;
 
   switch (request)
     {