From c51d6ea6607223b290a96f483399ba4ca25cce6f Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 30 Jul 2013 11:59:17 +0200 Subject: trans/symlink.c: add fsys_get_children Create a server function returning EOPNOTSUPP. * trans/symlink.c (S_fsys_get_children): New function. --- trans/symlink.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'trans/symlink.c') 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; +} -- cgit v1.2.3