summaryrefslogtreecommitdiffstats
path: root/tools/rpcgen/rpc_util.c
diff options
context:
space:
mode:
authorhjl <hjl>1999-10-28 19:57:59 +0000
committerhjl <hjl>1999-10-28 19:57:59 +0000
commitc790e97b504b04aacb914cc8c434977eed218952 (patch)
tree03c8ad3a9edd451317d2b4afece7e6e754617382 /tools/rpcgen/rpc_util.c
parent0f5f4743c303173d51041fd6725f48ba22da04fb (diff)
downloadnfs-utils-c790e97b504b04aacb914cc8c434977eed218952.tar.gz
nfs-utils-c790e97b504b04aacb914cc8c434977eed218952.tar.xz
nfs-utils-c790e97b504b04aacb914cc8c434977eed218952.zip
1. Fix some typos in README.
2. Use int32_t instead of long for rpcgen.
Diffstat (limited to 'tools/rpcgen/rpc_util.c')
-rw-r--r--tools/rpcgen/rpc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpcgen/rpc_util.c b/tools/rpcgen/rpc_util.c
index 2fd5f59..252b181 100644
--- a/tools/rpcgen/rpc_util.c
+++ b/tools/rpcgen/rpc_util.c
@@ -352,7 +352,7 @@ static token tokstrings[] = {
{TOK_TYPEDEF, "typedef"},
{TOK_INT, "int"},
{TOK_SHORT, "short"},
- {TOK_LONG, "long"},
+ {TOK_INT32, "int32"},
{TOK_UNSIGNED, "unsigned"},
{TOK_DOUBLE, "double"},
{TOK_FLOAT, "float"},