[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.72 and 1.73

version 1.72, 2006/02/10 00:27:13 version 1.73, 2006/02/10 01:44:27
Line 18 
Line 18 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
   #include <sys/types.h>
   #include <sys/wait.h>
   
 #include <glob.h>  #include <glob.h>
 #include <histedit.h>  #include <histedit.h>

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73