]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/rpcgen/rpc_main.c
1. Fix some typos in README.
[nfs-utils.git] / tools / rpcgen / rpc_main.c
index bd1a2c0d225d3b59dfa241beb693e1b329f6a2ba..9b600f3b134fe4268c88d8b2da289dbf72c3c0a3 100644 (file)
@@ -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");
 
 }