summaryrefslogtreecommitdiffstats
path: root/clientloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 13:59:20 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 13:59:20 +1100
commitf0b15dfc525227f06a1404231cca2171c62d1178 (patch)
tree84a50508a28e7f1815a497cfa97c088365eafd7f /clientloop.c
parentc91e556d8a2cf97a5d7075154d39eb8fd4098fe4 (diff)
- deraadt@cvs.openbsd.org 2006/03/19 18:56:41
[clientloop.c progressmeter.c serverloop.c sshd.c] ARGSUSED for signal handlers
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 6d58a5af..d321cb8b 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -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)
{