=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/clientloop.c 1999/11/10 23:36:43 1.8 +++ src/usr.bin/ssh/clientloop.c 1999/11/11 23:36:53 1.9 @@ -15,7 +15,7 @@ */ #include "includes.h" -RCSID("$Id: clientloop.c,v 1.8 1999/11/10 23:36:43 markus Exp $"); +RCSID("$Id: clientloop.c,v 1.9 1999/11/11 23:36:53 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -24,9 +24,6 @@ #include "authfd.h" #include "readconf.h" -/* Flag indicating whether quiet mode is on. */ -extern Options options; - /* Flag indicating that stdin should be redirected from /dev/null. */ extern int stdin_null_flag; @@ -764,6 +761,7 @@ int client_loop(int have_pty, int escape_char_arg) { + extern Options options; double start_time, total_time; int len; char buf[100];