From 9bb6c17f3f0e2793ef75339f48425b0ec802c2a3 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 30 Jul 2013 11:59:09 +0200 Subject: libnetfs: implement file_get_translator_cntl This is a trivially adapted version of libdiskfs/file-get-transcntl.c. * libnetfs/file-get-transcntl.c: New file. --- libnetfs/fsstubs.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libnetfs/fsstubs.c') diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c index 708cbb82..f1b9bf7e 100644 --- a/libnetfs/fsstubs.c +++ b/libnetfs/fsstubs.c @@ -29,14 +29,6 @@ netfs_S_file_notice_changes (struct protid *user, return EOPNOTSUPP; } -error_t -netfs_S_file_get_translator_cntl (struct protid *user, - mach_port_t *trans, - mach_msg_type_name_t *transtype) -{ - return EOPNOTSUPP; -} - error_t netfs_S_file_getfh (struct protid *user, char **data, mach_msg_type_number_t *ndata) -- cgit v1.2.3