aboutsummaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/rpc_hout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_hout.c b/sunrpc/rpc_hout.c
index a12810cbb4..076d63cb12 100644
--- a/sunrpc/rpc_hout.c
+++ b/sunrpc/rpc_hout.c
@@ -190,7 +190,7 @@ pargdef (definition * def)
}
f_print (fout, "};\n");
f_print (fout, "typedef struct %s %s;\n", name, name);
- storexdrfuncdecl (name, 0);
+ storexdrfuncdecl (name, 1);
f_print (fout, "\n");
}
}