aboutsummaryrefslogtreecommitdiff
path: root/fatfs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/main.c')
-rw-r--r--fatfs/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fatfs/main.c b/fatfs/main.c
index b3836f6f..ed8cf910 100644
--- a/fatfs/main.c
+++ b/fatfs/main.c
@@ -273,9 +273,9 @@ diskfs_readonly_changed (int readonly)
error_t
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,
- data_t handle, mach_msg_type_number_t handle_len,
+ const uid_t *uids, mach_msg_type_number_t nuids,
+ const gid_t *gids, mach_msg_type_number_t ngids,
+ const_data_t handle, mach_msg_type_number_t handle_len,
mach_port_t *file, mach_msg_type_name_t *file_type)
{
return EOPNOTSUPP;