=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- src/usr.bin/ssh/clientloop.c 2006/03/25 13:17:01 1.160 +++ src/usr.bin/ssh/clientloop.c 2006/03/25 18:30:55 1.161 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -578,7 +578,7 @@ } static void -client_process_net_input(fd_set * readset) +client_process_net_input(fd_set *readset) { int len; char buf[8192]; @@ -686,7 +686,7 @@ } static void -client_process_control(fd_set * readset) +client_process_control(fd_set *readset) { Buffer m; Channel *c; @@ -1180,7 +1180,7 @@ } static void -client_process_input(fd_set * readset) +client_process_input(fd_set *readset) { int len; char buf[8192]; @@ -1233,7 +1233,7 @@ } static void -client_process_output(fd_set * writeset) +client_process_output(fd_set *writeset) { int len; char buf[100];