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

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

version 1.2, 1996/06/26 05:38:38 version 1.3, 1997/11/15 22:10:53
Line 179 
Line 179 
 */  */
                         return_type(proc);                          return_type(proc);
                         f_print(fout, "* \n");                          f_print(fout, "* \n");
                         if( Cflag )                          pvname_svc(proc->proc_name, vp->vers_num);
                           pvname_svc(proc->proc_name, vp->vers_num);  
                         else  
                           pvname(proc->proc_name, vp->vers_num);  
                         printarglist( proc, RQSTP, "struct svc_req *" );                          printarglist( proc, RQSTP, "struct svc_req *" );
   
                         f_print(fout, "{\n");                          f_print(fout, "{\n");

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