[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.389 and 1.390

version 1.389, 2023/03/03 09:48:51 version 1.390, 2023/03/08 04:43:12
Line 206 
Line 206 
  * Signal handler for the window change signal (SIGWINCH).  This just sets a   * Signal handler for the window change signal (SIGWINCH).  This just sets a
  * flag indicating that the window has changed.   * flag indicating that the window has changed.
  */   */
 /*ARGSUSED */  
 static void  static void
 window_change_handler(int sig)  window_change_handler(int sig)
 {  {
Line 217 
Line 216 
  * Signal handler for signals that cause the program to terminate.  These   * Signal handler for signals that cause the program to terminate.  These
  * signals must be trapped to restore terminal modes.   * signals must be trapped to restore terminal modes.
  */   */
 /*ARGSUSED */  
 static void  static void
 signal_handler(int sig)  signal_handler(int sig)
 {  {

Legend:
Removed from v.1.389  
changed lines
  Added in v.1.390