diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 09:20:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 09:20:55 +0000 |
commit | 45ec6cc104330722197534ad2bfb36309143fc9a (patch) | |
tree | e8a949154e20f832f77366d461a245196afeefc4 /libfshelp/fetch-root.c | |
parent | 690b96532af68002a52ef385cd9fcd1f383eecff (diff) | |
download | hurd-45ec6cc104330722197534ad2bfb36309143fc9a.tar.gz hurd-45ec6cc104330722197534ad2bfb36309143fc9a.tar.bz2 hurd-45ec6cc104330722197534ad2bfb36309143fc9a.zip |
2002-05-07 Roland McGrath <roland@frob.com>
* fetch-root.c (fshelp_fetch_root): int -> size_t
* delegate.c (fshelp_delegate_translation): Likewise.
Diffstat (limited to 'libfshelp/fetch-root.c')
-rw-r--r-- | libfshelp/fetch-root.c | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |