diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/magic.c | 6 | ||||
-rw-r--r-- | trans/symlink.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/trans/magic.c b/trans/magic.c index f55e1bb6..3f4fc241 100644 --- a/trans/magic.c +++ b/trans/magic.c @@ -108,9 +108,9 @@ S_fsys_syncfs (mach_port_t control, } error_t -S_fsys_mod_readonly (mach_port_t control, - int val, - int force) +S_fsys_set_options (mach_port_t control, + char *data, mach_msg_type_number_t len, + int do_children) { return EOPNOTSUPP; } diff --git a/trans/symlink.c b/trans/symlink.c index b50127c5..9c2b5662 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -143,9 +143,9 @@ S_fsys_syncfs (mach_port_t control, } error_t -S_fsys_mod_readonly (mach_port_t control, - int val, - int force) +S_fsys_set_options (mach_port_t control, + char *data, mach_msg_type_number_t len, + int do_children) { return EOPNOTSUPP; } |