diff options
Diffstat (limited to 'fatfs/main.c')
-rw-r--r-- | fatfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/main.c b/fatfs/main.c index f0b3aa88..b3836f6f 100644 --- a/fatfs/main.c +++ b/fatfs/main.c @@ -275,7 +275,7 @@ diskfs_S_fsys_getfile (struct diskfs_control *pt, mach_port_t reply, mach_msg_type_name_t reply_type, uid_t *uids, mach_msg_type_number_t nuids, gid_t *gids, mach_msg_type_number_t ngids, - char *handle, mach_msg_type_number_t handle_len, + data_t handle, mach_msg_type_number_t handle_len, mach_port_t *file, mach_msg_type_name_t *file_type) { return EOPNOTSUPP; |