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

Diff for /src/usr.bin/ssh/sftp-server.c between version 1.61 and 1.62

version 1.61, 2006/07/10 11:25:53 version 1.62, 2006/07/11 20:07:25
Line 20 
Line 20 
 #include <sys/stat.h>  #include <sys/stat.h>
   
 #include <dirent.h>  #include <dirent.h>
   #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
   
 #include "buffer.h"  #include "buffer.h"

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62