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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.123 and 1.124

version 1.123, 2004/06/13 15:03:02 version 1.124, 2004/06/14 01:44:38
Line 167 
Line 167 
 enter_non_blocking(void)  enter_non_blocking(void)
 {  {
         in_non_blocking_mode = 1;          in_non_blocking_mode = 1;
         (void) fcntl(fileno(stdin), F_SETFL, O_NONBLOCK);          set_nonblock(fileno(stdin));
 }  }
   
 /*  /*

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124