From 89a92b84d7b5ccbd32b8c9c9ec0546f0b86dce0e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 12 May 1995 23:30:25 +0000 Subject: Add fsys_set_options, replacing fsys_mod_readonly. --- trans/magic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'trans/magic.c') 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; } -- cgit v1.2.3