diff options
Diffstat (limited to 'libtrivfs/fsys-get-source.c')
-rw-r--r-- | libtrivfs/fsys-get-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/fsys-get-source.c b/libtrivfs/fsys-get-source.c index 37ae57d7..7e95a2b5 100644 --- a/libtrivfs/fsys-get-source.c +++ b/libtrivfs/fsys-get-source.c @@ -26,7 +26,7 @@ appropriate in the context of the translator. For example, if the translator is a filesystem residing on a block device, then SOURCE should be the file name of the underlying block device. */ -error_t +kern_return_t trivfs_S_fsys_get_source (struct trivfs_control *fsys, mach_port_t reply, mach_msg_type_name_t replyPoly, |