[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.28 and 1.29

version 1.28, 2019/10/02 00:42:30 version 1.29, 2019/11/13 04:47:52
Line 22 
Line 22 
 #include <glob.h>  #include <glob.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <stdarg.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "sftp.h"  #include "sftp.h"

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29