From: Ulrich Drepper Date: Tue, 28 Aug 2001 09:17:24 +0000 (+0000) Subject: (pargdef): Function must take pointer to object. X-Git-Tag: cvs/glibc-2-2-5~337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecb6516436eab02c0bc704106106a3ab7468d0b8;p=platform%2Fupstream%2Fglibc.git (pargdef): Function must take pointer to object. --- diff --git a/sunrpc/rpc_hout.c b/sunrpc/rpc_hout.c index a12810c..076d63c 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"); } }