This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 2738f9dc3c24032f94b41fa2e637f1cef581c0e9 Author: Justus Winter <4win...@informatik.uni-hamburg.de> Date: Tue Jul 30 11:59:22 2013 +0200 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(+) diff --git a/trans/symlink.c b/trans/symlink.c index f3e1e75..8562662 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; +} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git