[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.21 and 1.22

version 1.21, 2003/08/16 23:09:40 version 1.22, 2005/10/20 21:44:42
Line 282 
Line 282 
 }  }
   
 /* write out definition of internal function (e.g. _printmsg_1(...))  /* write out definition of internal function (e.g. _printmsg_1(...))
    which calls server's defintion of actual function (e.g. printmsg_1(...)).     which calls server's definition of actual function (e.g. printmsg_1(...)).
    Unpacks single user argument of printmsg_1 to call-by-value format     Unpacks single user argument of printmsg_1 to call-by-value format
    expected by printmsg_1. */     expected by printmsg_1. */
 static void  static void

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22