Create a server function returning EOPNOTSUPP. * trans/symlink.c (S_fsys_get_source): New function. --- trans/symlink.c | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/trans/symlink.c b/trans/symlink.c index 30b9712..5ccac6d 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -229,3 +229,10 @@ S_fsys_get_children (mach_port_t server, { return EOPNOTSUPP; } + +error_t +S_fsys_get_source (mach_port_t server, + char *source) +{ + return EOPNOTSUPP; +} -- 1.7.10.4