[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.144 and 1.145

version 1.144, 2005/10/14 02:29:37 version 1.145, 2005/10/30 08:52:17
Line 113 
Line 113 
 static volatile sig_atomic_t received_window_change_signal = 0;  static volatile sig_atomic_t received_window_change_signal = 0;
 static volatile sig_atomic_t received_signal = 0;  static volatile sig_atomic_t received_signal = 0;
   
 /* Flag indicating whether the user\'s terminal is in non-blocking mode. */  /* Flag indicating whether the user's terminal is in non-blocking mode. */
 static int in_non_blocking_mode = 0;  static int in_non_blocking_mode = 0;
   
 /* Common data for the client loop code. */  /* Common data for the client loop code. */

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145