summaryrefslogtreecommitdiff
path: root/libiohelp/iouser-reauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiohelp/iouser-reauth.c')
-rw-r--r--libiohelp/iouser-reauth.c4
1 files changed, 2 insertions, 2 deletions
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;