[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.15 and 1.16

version 1.15, 2004/02/17 07:17:29 version 1.16, 2006/02/08 23:51:24
Line 17 
Line 17 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
   #include <dirent.h>
 #include <glob.h>  #include <glob.h>
   
 #include "buffer.h"  #include "buffer.h"

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