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

Diff for /src/usr.bin/ssh/sshlogin.c between version 1.19 and 1.20

version 1.19, 2006/07/11 20:07:25 version 1.20, 2006/07/17 01:31:10
Line 41 
Line 41 
   
 #include "includes.h"  #include "includes.h"
   
   #include <sys/types.h>
   
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
   #include <unistd.h>
 #include <util.h>  #include <util.h>
 #include <utmp.h>  #include <utmp.h>
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20