[BACK]Return to rpc_clntout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_clntout.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:38:35 version 1.3, 1997/06/11 08:27:27
Line 188 
Line 188 
           f_print(fout,            f_print(fout,
                     "\tif (clnt_call(clnt, %s, xdr_void", proc->proc_name);                      "\tif (clnt_call(clnt, %s, xdr_void", proc->proc_name);
           f_print(fout,            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);                    stringfix(proc->res_type), ampr(proc->res_type), RESULT);
   
         } else if ( newstyle && args2) {          } else if ( newstyle && args2) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3