[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.131 and 1.132

version 1.131, 2006/02/08 23:51:24 version 1.132, 2006/02/10 01:44:26
Line 73 
Line 73 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
   #include <sys/types.h>
   #include <sys/wait.h>
   
 #include <dirent.h>  #include <dirent.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"

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