diff options
Diffstat (limited to 'libnetfs/fsys-get-source.c')
-rw-r--r-- | libnetfs/fsys-get-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/fsys-get-source.c b/libnetfs/fsys-get-source.c index 65431d4b..e991a354 100644 --- a/libnetfs/fsys-get-source.c +++ b/libnetfs/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 netfs_S_fsys_get_source (struct netfs_control *fsys, mach_port_t reply, mach_msg_type_name_t reply_type, |