diff options
Diffstat (limited to 'trans/symlink.c')
-rw-r--r-- | trans/symlink.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/trans/symlink.c b/trans/symlink.c index 845a1121..f3e1e75f 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -234,3 +234,11 @@ 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; +} |