[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.87 and 1.88

version 1.87, 2006/07/22 20:48:23 version 1.88, 2006/07/26 02:35:17
Line 22 
Line 22 
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   #include <sys/param.h>
   
 #include <errno.h>  #include <errno.h>
 #include <glob.h>  #include <glob.h>

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88