[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.25 and 1.26

version 1.25, 2013/11/08 00:39:15 version 1.26, 2013/11/08 11:15:19
Line 20 
Line 20 
   
 #include <dirent.h>  #include <dirent.h>
 #include <glob.h>  #include <glob.h>
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26