diff options
-rw-r--r-- | libdiskfs/file-get-transcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-get-transcntl.c b/libdiskfs/file-get-transcntl.c index 187cbc6f..66e18da1 100644 --- a/libdiskfs/file-get-transcntl.c +++ b/libdiskfs/file-get-transcntl.c @@ -19,7 +19,7 @@ #include "fs_S.h" /* Implement file_get_translator_cntl as described in <hurd/fs.defs>. */ -error_t +kern_return_t diskfs_S_file_get_translator_cntl (struct protid *cred, mach_port_t *ctl) { |