diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clientloop.c b/clientloop.c index cbcb1d199..fcd6afdf6 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -59,7 +59,7 @@ | |||
59 | */ | 59 | */ |
60 | 60 | ||
61 | #include "includes.h" | 61 | #include "includes.h" |
62 | RCSID("$OpenBSD: clientloop.c,v 1.87 2001/11/09 18:59:23 markus Exp $"); | 62 | RCSID("$OpenBSD: clientloop.c,v 1.88 2001/11/22 12:34:22 markus Exp $"); |
63 | 63 | ||
64 | #include "ssh.h" | 64 | #include "ssh.h" |
65 | #include "ssh1.h" | 65 | #include "ssh1.h" |
@@ -101,8 +101,8 @@ extern char *host; | |||
101 | * window size to be sent to the server a little later. This is volatile | 101 | * window size to be sent to the server a little later. This is volatile |
102 | * because this is updated in a signal handler. | 102 | * because this is updated in a signal handler. |
103 | */ | 103 | */ |
104 | static volatile int received_window_change_signal = 0; | 104 | static volatile sig_atomic_t received_window_change_signal = 0; |
105 | static volatile int received_signal = 0; | 105 | static volatile sig_atomic_t received_signal = 0; |
106 | 106 | ||
107 | /* Flag indicating whether the user\'s terminal is in non-blocking mode. */ | 107 | /* Flag indicating whether the user\'s terminal is in non-blocking mode. */ |
108 | static int in_non_blocking_mode = 0; | 108 | static int in_non_blocking_mode = 0; |