]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/rpcgen/rpc_util.c
Merge branch 'upstream'
[nfs-utils.git] / tools / rpcgen / rpc_util.c
index 2fd5f59e95e823332de1f6702ab8100abdcdfca4..404966ed42377e04458c091c76d9e4d7685cc7c2 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI";
 #endif
 
@@ -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"},