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

Diff for /src/usr.bin/ssh/sftp.c between version 1.208 and 1.209

version 1.208, 2021/04/03 06:18:41 version 1.209, 2021/04/03 06:58:30
Line 59 
Line 59 
 /* PID of ssh transport process */  /* PID of ssh transport process */
 static volatile pid_t sshpid = -1;  static volatile pid_t sshpid = -1;
   
 /* Suppress diagnositic messages */  /* Suppress diagnostic messages */
 int quiet = 0;  int quiet = 0;
   
 /* This is set to 0 if the progressmeter is not desired. */  /* This is set to 0 if the progressmeter is not desired. */

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.209