diff options
Diffstat (limited to 'sunrpc/rpc_cout.c')
-rw-r--r-- | sunrpc/rpc_cout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index 2d8e69ea75..a8471cacc9 100644 --- a/sunrpc/rpc_cout.c +++ b/sunrpc/rpc_cout.c @@ -175,7 +175,7 @@ print_header (const definition * def) if (inlineflag == 0) return; /*May cause lint to complain. but ... */ - f_print (fout, "\t register int32_t *buf;\n\n"); + f_print (fout, "\tregister int32_t *buf;\n\n"); } static void |