]> andersk Git - openssh.git/blobdiff - auth-krb4.c
One way to massive patch. <sigh> It compiles and works under Linux..
[openssh.git] / auth-krb4.c
index 21a9625e3569e4fa3bf1057dbea60dea15f0dc85..80e8f4292c1fe0de85634883c2d6c3c7eec9f1f6 100644 (file)
@@ -28,7 +28,7 @@
 #include "ssh.h"
 #include "servconf.h"
 
-RCSID("$OpenBSD: auth-krb4.c,v 1.19 2000/10/03 18:03:02 markus Exp $");
+RCSID("$OpenBSD: auth-krb4.c,v 1.20 2000/12/19 23:17:54 markus Exp $");
 
 #ifdef KRB4
 char *ticket = NULL;
@@ -46,7 +46,7 @@ auth_krb4_password(struct passwd * pw, const char *password)
        AUTH_DAT adata;
        KTEXT_ST tkt;
        struct hostent *hp;
-       unsigned long faddr;
+       u_long faddr;
        char localhost[MAXHOSTNAMELEN];
        char phost[INST_SZ];
        char realm[REALM_SZ];
This page took 0.060814 seconds and 4 git commands to generate.