diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-15 22:37:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-15 22:37:16 +0000 |
commit | 4414a7338a00b9f47920d1cc286a174ae551cf9e (patch) | |
tree | 1bc7da5822ff37c20fd166a42c0fec0f1370ebfa | |
parent | cf63e4f8fab36c5267fbf4b48786c5a959bd58b3 (diff) |
2002-06-15 Roland McGrath <roland@frob.com>
* magic.c (trivfs_S_dir_readdir): u_int -> size_t
-rw-r--r-- | trans/magic.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |