From 4414a7338a00b9f47920d1cc286a174ae551cf9e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 15 Jun 2002 22:37:16 +0000 Subject: 2002-06-15 Roland McGrath * magic.c (trivfs_S_dir_readdir): u_int -> size_t --- trans/magic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trans') diff --git a/trans/magic.c b/trans/magic.c index 40ce29c1..2febff68 100644 --- a/trans/magic.c +++ b/trans/magic.c @@ -1,6 +1,6 @@ /* A translator for returning FS_RETRY_MAGIC strings. - Copyright (C) 1999, 2001 Free Software Foundation, Inc. + Copyright (C) 1999,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 @@ -243,7 +243,7 @@ error_t trivfs_S_dir_readdir (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, char **data, - u_int *datalen, + size_t *datalen, boolean_t *data_dealloc, int entry, int nentries, -- cgit v1.2.3