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

Diff for /src/usr.bin/ssh/scp.c between version 1.49 and 1.50

version 1.49, 2001/01/13 18:03:07 version 1.50, 2001/01/19 15:55:11
Line 79 
Line 79 
   
 #include "ssh.h"  #include "ssh.h"
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "pathnames.h"
   
 #define _PATH_CP "cp"  
   
 /* For progressmeter() -- number of seconds before xfer considered "stalled" */  /* For progressmeter() -- number of seconds before xfer considered "stalled" */
 #define STALLTIME       5  #define STALLTIME       5
   
Line 114 
Line 113 
 int showprogress = 1;  int showprogress = 1;
   
 /* This is the program to execute for the secured connection. ("ssh" or -S) */  /* This is the program to execute for the secured connection. ("ssh" or -S) */
 char *ssh_program = SSH_PROGRAM;  char *ssh_program = _PATH_SSH_PROGRAM;
   
 /* This is the list of arguments that scp passes to ssh */  /* This is the list of arguments that scp passes to ssh */
 struct {  struct {

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50