From 9f91ef5d685203ad473bd4da1dd4309a981d5e1d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 May 2002 00:11:23 +0000 Subject: 2002-05-28 Roland McGrath * symlink.c (S_fsys_getroot, S_fsys_getfile): u_int -> size_t --- trans/symlink.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'trans/symlink.c') diff --git a/trans/symlink.c b/trans/symlink.c index 98abdfe3..03b51003 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -112,10 +112,8 @@ main (int argc, char **argv) error_t S_fsys_getroot (mach_port_t fsys_t, mach_port_t dotdotnode, - uid_t *uids, - u_int nuids, - uid_t *gids, - u_int ngids, + uid_t *uids, size_t nuids, + uid_t *gids, size_t ngids, int flags, retry_type *do_retry, char *retry_name, @@ -189,12 +187,9 @@ S_fsys_get_options (mach_port_t control, error_t S_fsys_getfile (mach_port_t control, - uid_t *uids, - u_int nuids, - uid_t *gids, - u_int ngids, - char *handle, - u_int handllen, + uid_t *uids, size_t nuids, + uid_t *gids, size_t ngids, + char *handle, size_t handllen, mach_port_t *pt, mach_msg_type_name_t *pttype) { -- cgit v1.2.3