about summary refs log tree commit diff
path: root/sunrpc/rpc/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/rpc/types.h')
-rw-r--r--sunrpc/rpc/types.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sunrpc/rpc/types.h b/sunrpc/rpc/types.h
index beded52555..99e5f4f151 100644
--- a/sunrpc/rpc/types.h
+++ b/sunrpc/rpc/types.h
@@ -75,12 +75,12 @@ typedef unsigned long rpcport_t;
 #endif
 
 #ifndef __u_char_defined
-typedef __u_char u_char;
-typedef __u_short u_short;
-typedef __u_int u_int;
-typedef __u_long u_long;
-typedef __quad_t quad_t;
-typedef __u_quad_t u_quad_t;
+typedef unsigned char u_char;
+typedef unsigned short int u_short;
+typedef unsigned int u_int;
+typedef unsigned long int u_long;
+typedef __int64_t quad_t;
+typedef __uint64_t u_quad_t;
 typedef __fsid_t fsid_t;
 # define __u_char_defined
 #endif