[BACK]Return to scp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.c between version 1.130 and 1.131

version 1.130, 2006/01/31 10:35:43 version 1.131, 2006/02/08 23:51:24
Line 73 
Line 73 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
   #include <dirent.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "atomicio.h"  #include "atomicio.h"
 #include "pathnames.h"  #include "pathnames.h"

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131