[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.82 and 1.83

version 1.82, 2006/05/17 12:43:34 version 1.83, 2006/07/08 21:47:12
Line 21 
Line 21 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   #include <sys/socket.h>
   
 #include <glob.h>  #include <glob.h>
 #include <histedit.h>  #include <histedit.h>

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83