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

Diff for /src/usr.bin/rpcgen/rpc_svcout.c between version 1.18 and 1.19

version 1.18, 2003/07/06 21:26:00 version 1.19, 2003/07/09 03:35:21
Line 64 
Line 64 
 static void write_pm_most(char *, int);  static void write_pm_most(char *, int);
 static void write_caller_func(void);  static void write_caller_func(void);
 static void write_rpc_svc_fg(char *, char *);  static void write_rpc_svc_fg(char *, char *);
 static void write_msg_out();  static void write_msg_out(void);
 static void open_log_file(char *, char *);  static void open_log_file(char *, char *);
 int nullproc(proc_list *proc);  int nullproc(proc_list *proc);
   
 static void  static void
 p_xdrfunc(rname, typename)  p_xdrfunc(char *rname, char *typename)
 char *rname;  
 char *typename;  
 {  {
         if (Cflag)          if (Cflag)
                 fprintf(fout, "\t\txdr_%s = (xdrproc_t) xdr_%s;\n",                  fprintf(fout, "\t\txdr_%s = (xdrproc_t) xdr_%s;\n",

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19