From b5216077cb730c6b79d1055d1def970e752dbe34 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 17 Jun 2005 02:44:34 +0000 Subject: make this -Wsign-compare clean; ok avsm@ markus@ --- usr.bin/ssh/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/auth.c') diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 67009a42be7..f610f1e30d9 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.59 2005/06/06 11:20:36 djm Exp $"); +RCSID("$OpenBSD: auth.c,v 1.60 2005/06/17 02:44:32 djm Exp $"); #include @@ -64,7 +64,7 @@ allowed_user(struct passwd * pw) struct stat st; const char *hostname = NULL, *ipaddr = NULL; char *shell; - int i; + u_int i; /* Shouldn't be called if pw is NULL, but better safe than sorry... */ if (!pw || !pw->pw_name) -- cgit v1.2.3