summaryrefslogtreecommitdiff
path: root/sunrpc/rpc_hout.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-28 09:17:24 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-28 09:17:24 +0000
commitecb6516436eab02c0bc704106106a3ab7468d0b8 (patch)
treeb5f1e83ff419b31aa0fd0a2de16c148d63a5840d /sunrpc/rpc_hout.c
parentc920378bae1bce3a2b65d84d72c9f5d928b1a870 (diff)
(pargdef): Function must take pointer to object.
Diffstat (limited to 'sunrpc/rpc_hout.c')
-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");
}
}