diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clientloop.c b/clientloop.c index c136dae37..7745c4dd8 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clientloop.c,v 1.160 2006/03/25 13:17:01 djm Exp $ */ | 1 | /* $OpenBSD: clientloop.c,v 1.161 2006/03/25 18:30:55 deraadt 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 |
@@ -582,7 +582,7 @@ client_suspend_self(Buffer *bin, Buffer *bout, Buffer *berr) | |||
582 | } | 582 | } |
583 | 583 | ||
584 | static void | 584 | static void |
585 | client_process_net_input(fd_set * readset) | 585 | client_process_net_input(fd_set *readset) |
586 | { | 586 | { |
587 | int len; | 587 | int len; |
588 | char buf[8192]; | 588 | char buf[8192]; |
@@ -690,7 +690,7 @@ client_extra_session2_setup(int id, void *arg) | |||
690 | } | 690 | } |
691 | 691 | ||
692 | static void | 692 | static void |
693 | client_process_control(fd_set * readset) | 693 | client_process_control(fd_set *readset) |
694 | { | 694 | { |
695 | Buffer m; | 695 | Buffer m; |
696 | Channel *c; | 696 | Channel *c; |
@@ -1184,7 +1184,7 @@ Supported escape sequences:\r\n\ | |||
1184 | } | 1184 | } |
1185 | 1185 | ||
1186 | static void | 1186 | static void |
1187 | client_process_input(fd_set * readset) | 1187 | client_process_input(fd_set *readset) |
1188 | { | 1188 | { |
1189 | int len; | 1189 | int len; |
1190 | char buf[8192]; | 1190 | char buf[8192]; |
@@ -1237,7 +1237,7 @@ client_process_input(fd_set * readset) | |||
1237 | } | 1237 | } |
1238 | 1238 | ||
1239 | static void | 1239 | static void |
1240 | client_process_output(fd_set * writeset) | 1240 | client_process_output(fd_set *writeset) |
1241 | { | 1241 | { |
1242 | int len; | 1242 | int len; |
1243 | char buf[100]; | 1243 | char buf[100]; |