summaryrefslogtreecommitdiffstats
path: root/tools/rpcgen/rpc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rpcgen/rpc_main.c')
-rw-r--r--tools/rpcgen/rpc_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rpcgen/rpc_main.c b/tools/rpcgen/rpc_main.c
index bd1a2c0..9b600f3 100644
--- a/tools/rpcgen/rpc_main.c
+++ b/tools/rpcgen/rpc_main.c
@@ -426,12 +426,12 @@ c_initialize(void)
/* add all the starting basic types */
add_type(1,"int");
- add_type(1,"long");
+ add_type(1,"int32_t");
add_type(1,"short");
add_type(1,"bool");
add_type(1,"u_int");
- add_type(1,"u_long");
+ add_type(1,"u_int32_t");
add_type(1,"u_short");
}