]> andersk Git - openssh.git/blobdiff - auth-rhosts.c
One way to massive patch. <sigh> It compiles and works under Linux..
[openssh.git] / auth-rhosts.c
index 8314e23a100cf911267484c2ae89835352179bb6..fb7dabe7aa3f1de027af094f5ba8f46270ffc284 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rhosts.c,v 1.16 2000/10/03 18:03:03 markus Exp $");
+RCSID("$OpenBSD: auth-rhosts.c,v 1.17 2000/12/19 23:17:55 markus Exp $");
 
 #include "packet.h"
 #include "ssh.h"
@@ -152,7 +152,7 @@ auth_rhosts(struct passwd *pw, const char *client_user)
        const char *hostname, *ipaddr;
        struct stat st;
        static const char *rhosts_files[] = {".shosts", ".rhosts", NULL};
-       unsigned int rhosts_file_index;
+       u_int rhosts_file_index;
 
        /* no user given */
        if (pw == NULL)
This page took 0.030466 seconds and 4 git commands to generate.