diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-31 15:07:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-31 15:07:49 +0000 |
commit | e94522121c2f7df4dcd9d57e3ea7a2174018e4a5 (patch) | |
tree | b92113f0eb9579f6a9706919c8efe0765519913f /trans | |
parent | 367440c11acd9eaec4a8bc461e3917142006f290 (diff) | |
download | hurd-e94522121c2f7df4dcd9d57e3ea7a2174018e4a5.tar.gz hurd-e94522121c2f7df4dcd9d57e3ea7a2174018e4a5.tar.bz2 hurd-e94522121c2f7df4dcd9d57e3ea7a2174018e4a5.zip |
entered into RCS
Diffstat (limited to 'trans')
-rw-r--r-- | trans/symlink.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/trans/symlink.c b/trans/symlink.c index 52ca7de2..b50127c5 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -135,6 +135,22 @@ S_fsys_goaway (mach_port_t control, } 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, u_int nuids, |