From e94522121c2f7df4dcd9d57e3ea7a2174018e4a5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 31 Aug 1994 15:07:49 +0000 Subject: entered into RCS --- trans/symlink.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'trans') diff --git a/trans/symlink.c b/trans/symlink.c index 52ca7de2..b50127c5 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -134,6 +134,22 @@ S_fsys_goaway (mach_port_t control, exit (0); } +error_t +S_fsys_syncfs (mach_port_t control, + int wait, + int recurse) +{ + return 0; +} + +error_t +S_fsys_mod_readonly (mach_port_t control, + int val, + int force) +{ + return EOPNOTSUPP; +} + error_t S_fsys_getfile (mach_port_t control, uid_t *uids, -- cgit v1.2.3