From 2738f9dc3c24032f94b41fa2e637f1cef581c0e9 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 30 Jul 2013 11:59:22 +0200 Subject: trans/symlink.c: add fsys_get_source Create a server function returning EOPNOTSUPP. * trans/symlink.c (S_fsys_get_source): New function. --- trans/symlink.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'trans') diff --git a/trans/symlink.c b/trans/symlink.c index f3e1e75f..85626624 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -242,3 +242,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; +} -- cgit v1.2.3