diff options
Diffstat (limited to 'trans/symlink.c')
-rw-r--r-- | trans/symlink.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/trans/symlink.c b/trans/symlink.c index 85626624..845a1121 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -234,18 +234,3 @@ S_fsys_forward (mach_port_t server, mach_port_t requestor, { return EOPNOTSUPP; } - -error_t -S_fsys_get_children (mach_port_t server, - char **children, - mach_msg_type_number_t *children_len) -{ - return EOPNOTSUPP; -} - -error_t -S_fsys_get_source (mach_port_t server, - char *source) -{ - return EOPNOTSUPP; -} |