[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.15.8.1

version 1.15, 2004/02/17 07:17:29 version 1.15.8.1, 2006/10/06 03:19:33
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>   * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *   *
Line 14 
Line 15 
  * 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>
 RCSID("$OpenBSD$");  #include <sys/stat.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.15  
changed lines
  Added in v.1.15.8.1