[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.17.2.1 and 1.18

version 1.17.2.1, 2006/09/30 04:06:51 version 1.18, 2006/03/19 18:51:18
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>   * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *   *
Line 15 
Line 14 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
   #include "includes.h"
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
 #include <dirent.h>  #include <dirent.h>
 #include <glob.h>  #include <glob.h>
 #include <string.h>  
   
   #include "buffer.h"
   #include "bufaux.h"
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "log.h"
   
 #include "sftp.h"  #include "sftp.h"
 #include "buffer.h"  
 #include "sftp-common.h"  #include "sftp-common.h"
 #include "sftp-client.h"  #include "sftp-client.h"
   

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.18