aboutsummaryrefslogtreecommitdiff
path: root/trans/magic.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-05-12 23:30:25 +0000
committerMiles Bader <miles@gnu.org>1995-05-12 23:30:25 +0000
commit89a92b84d7b5ccbd32b8c9c9ec0546f0b86dce0e (patch)
tree5afcdf555556c57bd8582be12d927e60ac1246b8 /trans/magic.c
parentbed59dc245e64fd5c98fe9891f2afa163c864a4c (diff)
downloadhurd-89a92b84d7b5ccbd32b8c9c9ec0546f0b86dce0e.tar.gz
hurd-89a92b84d7b5ccbd32b8c9c9ec0546f0b86dce0e.tar.bz2
hurd-89a92b84d7b5ccbd32b8c9c9ec0546f0b86dce0e.zip
Add fsys_set_options, replacing fsys_mod_readonly.
Diffstat (limited to 'trans/magic.c')
-rw-r--r--trans/magic.c6
1 files changed, 3 insertions, 3 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;
}