From 45ec6cc104330722197534ad2bfb36309143fc9a Mon Sep 17 00:00:00 2001 From: Roland McGrath <roland@gnu.org> Date: Wed, 8 May 2002 09:20:55 +0000 Subject: 2002-05-07 Roland McGrath <roland@frob.com> * fetch-root.c (fshelp_fetch_root): int -> size_t * delegate.c (fshelp_delegate_translation): Likewise. --- libfshelp/delegate.c | 4 ++-- libfshelp/fetch-root.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libfshelp') diff --git a/libfshelp/delegate.c b/libfshelp/delegate.c index c07d6814..a44310f0 100644 --- a/libfshelp/delegate.c +++ b/libfshelp/delegate.c @@ -1,6 +1,6 @@ /* fshelp_delegate_translation - Copyright (C) 1995,96,99,2000 Free Software Foundation, Inc. + Copyright (C) 1995,96,99,2000,02 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or @@ -47,7 +47,7 @@ fshelp_delegate_translation (const char *server_name, if (server != MACH_PORT_NULL) { char *argz; - int argz_len; + size_t argz_len; err = argz_create (argv, &argz, &argz_len); if (!err) { diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c index 3ce6293c..54d3c0ca 100644 --- a/libfshelp/fetch-root.c +++ b/libfshelp/fetch-root.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995, 1996, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995,96,99,2000,02 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -47,7 +47,7 @@ fshelp_fetch_root (struct transbox *box, void *cookie, { uid_t uid, gid; char *argz; - int argz_len; + size_t argz_len; error_t err; mach_port_t ports[INIT_PORT_MAX]; int ints[INIT_INT_MAX]; -- cgit v1.2.3