[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.14 and 1.15

version 1.14, 1999/10/27 02:14:38 version 1.15, 1999/11/12 17:10:51
Line 70 
Line 70 
 volatile unsigned long statbytes;  volatile unsigned long statbytes;
   
 /* Total size of current file. */  /* Total size of current file. */
 unsigned long totalbytes = 0;  off_t totalbytes = 0;
   
 /* Name of current file being transferred. */  /* Name of current file being transferred. */
 char *curfile;  char *curfile;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15