summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
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 7745c4dd8..d317b79f4 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.161 2006/03/25 18:30:55 deraadt Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.162 2006/04/20 09:27:09 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -131,7 +131,7 @@ static volatile sig_atomic_t received_signal = 0;
131static int in_non_blocking_mode = 0; 131static int in_non_blocking_mode = 0;
132 132
133/* Common data for the client loop code. */ 133/* Common data for the client loop code. */
134static int quit_pending; /* Set to non-zero to quit the client loop. */ 134static volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */
135static int escape_char; /* Escape character. */ 135static int escape_char; /* Escape character. */
136static int escape_pending; /* Last character was the escape character */ 136static int escape_pending; /* Last character was the escape character */
137static int last_was_cr; /* Last character was a newline. */ 137static int last_was_cr; /* Last character was a newline. */