---
 trans/symlink.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/trans/symlink.c b/trans/symlink.c
index 03b5100..5e9e09a 100644
--- a/trans/symlink.c
+++ b/trans/symlink.c
@@ -221,3 +221,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;
+}
-- 
1.7.10.4


Reply via email to