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

Diff for /src/usr.bin/ssh/sftp-client.c between version 1.116 and 1.117

version 1.116, 2015/01/14 13:54:13 version 1.117, 2015/01/20 23:14:00
Line 20 
Line 20 
 /* XXX: remove all logging, only return status codes */  /* XXX: remove all logging, only return status codes */
 /* XXX: copy between two remote sites */  /* XXX: copy between two remote sites */
   
   #include <sys/param.h>  /* MIN MAX */
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/poll.h>  #include <sys/poll.h>
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/param.h>  
 #include <sys/statvfs.h>  #include <sys/statvfs.h>
 #include <sys/uio.h>  #include <sys/uio.h>
   

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117