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/symlink.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'trans/symlink.c') 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; } -- cgit v1.2.3