[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.16 and 1.17

version 1.16, 2006/02/08 23:51:24 version 1.17, 2006/02/20 17:19:54
Line 17 
Line 17 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
   #include <sys/types.h>
   #include <sys/stat.h>
   
 #include <dirent.h>  #include <dirent.h>
 #include <glob.h>  #include <glob.h>
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17