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

Diff for /src/usr.bin/ssh/auth2-none.c between version 1.12 and 1.13

version 1.12, 2006/08/03 03:34:41 version 1.13, 2006/08/05 07:52:52
Line 25 
Line 25 
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   #include <sys/uio.h>
   
 #include <fcntl.h>  #include <fcntl.h>
   #include <unistd.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "key.h"  #include "key.h"

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13