summaryrefslogtreecommitdiffstats
path: root/tools/rpcgen/rpc_util.c
diff options
context:
space:
mode:
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"},