summaryrefslogtreecommitdiffstats
path: root/clientloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:25:37 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:25:37 +1100
commit90fdfaf69c9c62476689ccd2dbafe1cce56ee1bd (patch)
treeef453186caed39ee6bc18124df4f59ccd2560318 /clientloop.c
parent8ba29fe72d68c6044b0383bc56931f05f8f35b68 (diff)
- deraadt@cvs.openbsd.org 2006/03/25 18:30:55
[clientloop.c serverloop.c] spacing
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/clientloop.c b/clientloop.c
index c136dae3..7745c4dd 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.160 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.161 2006/03/25 18:30:55 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -582,7 +582,7 @@ client_suspend_self(Buffer *bin, Buffer *bout, Buffer *berr)
}
static void
-client_process_net_input(fd_set * readset)
+client_process_net_input(fd_set *readset)
{
int len;
char buf[8192];
@@ -690,7 +690,7 @@ client_extra_session2_setup(int id, void *arg)
}
static void
-client_process_control(fd_set * readset)
+client_process_control(fd_set *readset)
{
Buffer m;
Channel *c;
@@ -1184,7 +1184,7 @@ Supported escape sequences:\r\n\
}
static void
-client_process_input(fd_set * readset)
+client_process_input(fd_set *readset)
{
int len;
char buf[8192];
@@ -1237,7 +1237,7 @@ client_process_input(fd_set * readset)
}
static void
-client_process_output(fd_set * writeset)
+client_process_output(fd_set *writeset)
{
int len;
char buf[100];