[BACK]Return to clientloop.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/clientloop.c between version 1.8 and 1.9

version 1.8, 1999/11/10 23:36:43 version 1.9, 1999/11/11 23:36:53
Line 24 
Line 24 
 #include "authfd.h"  #include "authfd.h"
 #include "readconf.h"  #include "readconf.h"
   
 /* Flag indicating whether quiet mode is on. */  
 extern Options options;  
   
 /* Flag indicating that stdin should be redirected from /dev/null. */  /* Flag indicating that stdin should be redirected from /dev/null. */
 extern int stdin_null_flag;  extern int stdin_null_flag;
   
Line 764 
Line 761 
   
 int client_loop(int have_pty, int escape_char_arg)  int client_loop(int have_pty, int escape_char_arg)
 {  {
     extern Options options;
   double start_time, total_time;    double start_time, total_time;
   int len;    int len;
   char buf[100];    char buf[100];

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9