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

Diff for /src/usr.bin/ssh/auth-rhosts.c between version 1.40 and 1.41

version 1.40, 2006/08/01 23:22:47 version 1.41, 2006/08/03 03:34:41
Line 14 
Line 14 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #include "includes.h"  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
Line 23 
Line 21 
 #include <pwd.h>  #include <pwd.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   #include <stdarg.h>
   
 #include "packet.h"  #include "packet.h"
   #include "buffer.h"
 #include "uidswap.h"  #include "uidswap.h"
 #include "pathnames.h"  #include "pathnames.h"
 #include "log.h"  #include "log.h"
 #include "servconf.h"  #include "servconf.h"
 #include "canohost.h"  #include "canohost.h"
   #include "key.h"
   #include "hostfile.h"
 #include "auth.h"  #include "auth.h"
   
 /* import */  /* import */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41