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

Diff for /src/usr.bin/ssh/sftp-glob.c between version 1.7 and 1.8

version 1.7, 2001/07/05 11:43:33 version 1.8, 2001/07/14 15:10:17
Line 27 
Line 27 
   
 #include <glob.h>  #include <glob.h>
   
 #include "ssh.h"  
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "getput.h"  
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "log.h"  #include "log.h"
 #include "atomicio.h"  
 #include "pathnames.h"  
   
 #include "sftp.h"  #include "sftp.h"
 #include "sftp-common.h"  #include "sftp-common.h"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8