=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rpcgen/rpc_clntout.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/rpcgen/rpc_clntout.c 1996/06/26 05:38:35 1.2 +++ src/usr.bin/rpcgen/rpc_clntout.c 1997/06/11 08:27:27 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_clntout.c,v 1.2 1996/06/26 05:38:35 deraadt Exp $ */ +/* $OpenBSD: rpc_clntout.c,v 1.3 1997/06/11 08:27:27 deraadt Exp $ */ /* $NetBSD: rpc_clntout.c,v 1.4 1995/06/11 21:49:52 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -188,7 +188,7 @@ f_print(fout, "\tif (clnt_call(clnt, %s, xdr_void", proc->proc_name); f_print(fout, - ", NULL, xdr_%s, %s,%s, TIMEOUT) != RPC_SUCCESS) {\n", + ", NULL, xdr_%s, %s%s, TIMEOUT) != RPC_SUCCESS) {\n", stringfix(proc->res_type), ampr(proc->res_type), RESULT); } else if ( newstyle && args2) {