]> andersk Git - openssh.git/blobdiff - clientloop.c
- deraadt@cvs.openbsd.org 2006/03/19 18:56:41
[openssh.git] / clientloop.c
index 6d58a5afbc8ac25ce9e2076ec7499bb7ba302377..d321cb8bf2d67d262ece86049405c436abf7fe23 100644 (file)
@@ -190,7 +190,7 @@ enter_non_blocking(void)
  * Signal handler for the window change signal (SIGWINCH).  This just sets a
  * flag indicating that the window has changed.
  */
-
+/*ARGSUSED */
 static void
 window_change_handler(int sig)
 {
@@ -202,7 +202,7 @@ window_change_handler(int sig)
  * Signal handler for signals that cause the program to terminate.  These
  * signals must be trapped to restore terminal modes.
  */
-
+/*ARGSUSED */
 static void
 signal_handler(int sig)
 {
This page took 0.032603 seconds and 4 git commands to generate.