diff options
Diffstat (limited to 'libnetfs/file-get-transcntl.c')
-rw-r--r-- | libnetfs/file-get-transcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-get-transcntl.c b/libnetfs/file-get-transcntl.c index 04596d72..f74c8415 100644 --- a/libnetfs/file-get-transcntl.c +++ b/libnetfs/file-get-transcntl.c @@ -23,7 +23,7 @@ #include "fs_S.h" /* Implement file_get_translator_cntl as described in <hurd/fs.defs>. */ -error_t +kern_return_t netfs_S_file_get_translator_cntl (struct protid *cred, mach_port_t *ctl, mach_msg_type_name_t *ctltype) |