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

Diff for /src/usr.bin/ssh/channels.c between version 1.317 and 1.318

version 1.317, 2012/04/11 13:16:19 version 1.318, 2012/04/23 08:18:17
Line 2112 
Line 2112 
  */   */
 void  void
 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp,  channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp,
     u_int *nallocp, int *minwait_secs, int rekeying)      u_int *nallocp, time_t *minwait_secs, int rekeying)
 {  {
         u_int n, sz, nfdset;          u_int n, sz, nfdset;
   

Legend:
Removed from v.1.317  
changed lines
  Added in v.1.318