]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(write_real_program): Write "result, " parameter if mtflag.
authorUlrich Drepper <drepper@redhat.com>
Wed, 3 Apr 2002 08:54:51 +0000 (08:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 3 Apr 2002 08:54:51 +0000 (08:54 +0000)
sunrpc/rpc_svcout.c

index be5829d4d2f00bb590c0e050da9d64425a098f84..a1eb7920977f06c4c27c38e5e1f66eae6863fdde 100644 (file)
@@ -414,6 +414,8 @@ write_real_program (const definition * def)
              for (l = proc->args.decls; l != NULL; l = l->next)
                f_print (fout, "argp->%s, ", l->decl.name);
            }
+         if (mtflag)
+           f_print (fout, "%s, ", RESULT);
          f_print (fout, "%s));\n}\n", RQSTP);
        }
     }