summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/fsys-stubs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtrivfs/fsys-stubs.c b/libtrivfs/fsys-stubs.c
index 51c4032b..11532725 100644
--- a/libtrivfs/fsys-stubs.c
+++ b/libtrivfs/fsys-stubs.c
@@ -71,11 +71,11 @@ trivfs_S_fsys_getfile (struct trivfs_control *cntl,
}
kern_return_t
-trivfs_S_fsys_mod_readonly (struct trivfs_control *cntl,
- mach_port_t reply,
- mach_msg_type_name_t replytype,
- int mod,
- int force)
+trivfs_S_fsys_set_options (struct trivfs_control *cntl,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
+ char *data, mach_msg_type_number_t len,
+ int do_children)
{
return EOPNOTSUPP;
}