[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.156 and 1.157

version 1.156, 2006/03/19 18:51:18 version 1.157, 2006/03/19 18:56:41
Line 186 
Line 186 
  * 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 198 
Line 198 
  * 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.156  
changed lines
  Added in v.1.157