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

Diff for /src/usr.bin/ssh/ssh.c between version 1.17 and 1.18

version 1.17, 1999/09/30 05:43:33 version 1.18, 1999/09/30 05:53:04
Line 58 
Line 58 
    in a configuration file. */     in a configuration file. */
 char *host;  char *host;
   
 #ifdef SIGWINCH  
 /* Flag to indicate that we have received a window change signal which has  /* Flag to indicate that we have received a window change signal which has
    not yet been processed.  This will cause a message indicating the new     not yet been processed.  This will cause a message indicating the new
    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. */
 volatile int received_window_change_signal = 0;  volatile int received_window_change_signal = 0;
 #endif /* SIGWINCH */  
   
 /* Value of argv[0] (set in the main program). */  /* Value of argv[0] (set in the main program). */
 char *av0;  char *av0;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18