From f68623e0f37deb741f9e8c331d898de7a28dd22b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 2002 09:21:12 +0000 Subject: 2002-05-07 Roland McGrath * iouser-reauth.c (iohelp_reauth): u_int -> size_t --- libiohelp/iouser-reauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiohelp/iouser-reauth.c') diff --git a/libiohelp/iouser-reauth.c b/libiohelp/iouser-reauth.c index 2139bcc6..4125cfb8 100644 --- a/libiohelp/iouser-reauth.c +++ b/libiohelp/iouser-reauth.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1996,99,2001 Free Software Foundation + Copyright (C) 1996,99,2001,02 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -32,7 +32,7 @@ error_t iohelp_reauth (struct iouser **user, { uid_t gubuf[20], ggbuf[20], aubuf[20], agbuf[20]; uid_t *gen_uids, *gen_gids, *aux_uids, *aux_gids; - u_int genuidlen, gengidlen, auxuidlen, auxgidlen; + size_t genuidlen, gengidlen, auxuidlen, auxgidlen; error_t err; struct iouser *new; -- cgit v1.2.3