summaryrefslogtreecommitdiffstats
path: root/tools/rpcgen/rpc_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rpcgen/rpc_scan.c')
-rw-r--r--tools/rpcgen/rpc_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpcgen/rpc_scan.c b/tools/rpcgen/rpc_scan.c
index 07565a1..62d906d 100644
--- a/tools/rpcgen/rpc_scan.c
+++ b/tools/rpcgen/rpc_scan.c
@@ -382,7 +382,7 @@ static token symbols[] = {
{TOK_INT, "int"},
{TOK_UNSIGNED, "unsigned"},
{TOK_SHORT, "short"},
- {TOK_LONG, "long"},
+ {TOK_INT32, "int32"},
{TOK_FLOAT, "float"},
{TOK_DOUBLE, "double"},
{TOK_STRING, "string"},