=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-krb4.c,v retrieving revision 1.14.2.2 retrieving revision 1.14.2.3 diff -u -r1.14.2.2 -r1.14.2.3 --- src/usr.bin/ssh/Attic/auth-krb4.c 2000/11/08 21:30:17 1.14.2.2 +++ src/usr.bin/ssh/Attic/auth-krb4.c 2001/03/12 15:44:07 1.14.2.3 @@ -23,12 +23,19 @@ */ #include "includes.h" +RCSID("$OpenBSD: auth-krb4.c,v 1.14.2.3 2001/03/12 15:44:07 jason Exp $"); + +#include "ssh.h" +#include "ssh1.h" #include "packet.h" #include "xmalloc.h" -#include "ssh.h" +#include "log.h" #include "servconf.h" +#include "auth.h" -RCSID("$OpenBSD: auth-krb4.c,v 1.14.2.2 2000/11/08 21:30:17 jason Exp $"); +#ifdef AFS +#include "radix.h" +#endif #ifdef KRB4 char *ticket = NULL; @@ -46,7 +53,7 @@ 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];