[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.87 and 1.88

version 1.87, 2001/11/09 18:59:23 version 1.88, 2001/11/22 12:34:22
Line 101 
Line 101 
  * window size to be sent to the server a little later.  This is volatile   * window size to be sent to the server a little later.  This is volatile
  * because this is updated in a signal handler.   * because this is updated in a signal handler.
  */   */
 static volatile int received_window_change_signal = 0;  static volatile sig_atomic_t received_window_change_signal = 0;
 static volatile int 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;

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88