[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.10 and 1.11

version 1.10, 2006/03/25 13:17:01 version 1.11, 2006/07/09 15:15:10
Line 28 
Line 28 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
   #include <fcntl.h>
   
 #include "auth.h"  #include "auth.h"
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "packet.h"  #include "packet.h"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11