]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(pargdef): Function must take pointer to object.
authorUlrich Drepper <drepper@redhat.com>
Tue, 28 Aug 2001 09:17:24 +0000 (09:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 28 Aug 2001 09:17:24 +0000 (09:17 +0000)
sunrpc/rpc_hout.c

index a12810cbb46d470cfd43a4c8cbcaff905dbd5339..076d63cb12d056ed10a620ee27e7e4ad526aadc5 100644 (file)
@@ -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");
        }
     }