From 0d17dcfc272f9fd69549514d066fc18c9713649e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 May 2002 23:58:13 +0000 Subject: 2002-05-28 Roland McGrath * dir-readdir.c (trivfs_S_dir_readdir): u_int -> size_t * file-get-trans.c (trivfs_S_file_get_translator): Likewise. * file-set-trans.c (trivfs_S_file_set_translator): Likewise. * file-getfh.c (trivfs_S_file_getfh): Likewise. * fsys-getroot.c (trivfs_S_fsys_getroot): Likewise. * io-restrict-auth.c (trivfs_S_io_restrict_auth): Likewise * fsys-stubs.c (trivfs_S_fsys_getfile): Likewise. (trivfs_S_fsys_startup): Fix argument type. --- libtrivfs/file-getfh.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libtrivfs/file-getfh.c') diff --git a/libtrivfs/file-getfh.c b/libtrivfs/file-getfh.c index eeb9e3d1..f77f09cb 100644 --- a/libtrivfs/file-getfh.c +++ b/libtrivfs/file-getfh.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1994 Free Software Foundation +/* + Copyright (C) 1994,2002 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 @@ -19,9 +19,9 @@ #include "fs_S.h" kern_return_t -trivfs_S_file_getfh (struct trivfs_protid *cred, +trivfs_S_file_getfh (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, - char **data, u_int *datalen) + char **data, size_t *datalen) { return EOPNOTSUPP; } -- cgit v1.2.3