[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 and 1.17.2.1

version 1.17, 2006/02/20 17:19:54 version 1.17.2.1, 2006/09/30 04:06:51
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"  
 RCSID("$OpenBSD$");  
   
 #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  
changed lines
  Added in v.1.17.2.1