summaryrefslogtreecommitdiff
path: root/trans/magic.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-15 22:37:16 +0000
committerRoland McGrath <roland@gnu.org>2002-06-15 22:37:16 +0000
commit4414a7338a00b9f47920d1cc286a174ae551cf9e (patch)
tree1bc7da5822ff37c20fd166a42c0fec0f1370ebfa /trans/magic.c
parentcf63e4f8fab36c5267fbf4b48786c5a959bd58b3 (diff)
2002-06-15 Roland McGrath <roland@frob.com>
* magic.c (trivfs_S_dir_readdir): u_int -> size_t
Diffstat (limited to 'trans/magic.c')
-rw-r--r--trans/magic.c4
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,