[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.20 and 1.21

version 1.20, 2000/04/14 10:30:30 version 1.21, 2000/04/19 07:05:48
Line 471 
Line 471 
 void  void
 client_process_input(fd_set * readset)  client_process_input(fd_set * readset)
 {  {
         int len, pid;          int len;
           pid_t pid;
         char buf[8192], *s;          char buf[8192], *s;
   
         /* Read input from stdin. */          /* Read input from stdin. */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21