=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/su/su.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/su/su.c 1997/06/22 23:03:10 1.26 +++ src/usr.bin/su/su.c 1997/06/23 09:23:12 1.27 @@ -1,4 +1,4 @@ -/* $OpenBSD: su.c,v 1.26 1997/06/22 23:03:10 deraadt Exp $ */ +/* $OpenBSD: su.c,v 1.27 1997/06/23 09:23:12 deraadt Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. @@ -41,7 +41,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91";*/ -static char rcsid[] = "$OpenBSD: su.c,v 1.26 1997/06/22 23:03:10 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: su.c,v 1.27 1997/06/23 09:23:12 deraadt Exp $"; #endif /* not lint */ #include @@ -332,7 +332,7 @@ struct hostent *hp; register char *p; int kerno; - u_long faddr; + in_addr_t faddr; char lrealm[REALM_SZ], krbtkfile[MAXPATHLEN]; char hostname[MAXHOSTNAMELEN], savehost[MAXHOSTNAMELEN]; char *ontty(), *krb_get_phost();