diff options
Diffstat (limited to 'libdiskfs/fsys-get-source.c')
-rw-r--r-- | libdiskfs/fsys-get-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/fsys-get-source.c b/libdiskfs/fsys-get-source.c index cd151560..c2197a61 100644 --- a/libdiskfs/fsys-get-source.c +++ b/libdiskfs/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 diskfs_S_fsys_get_source (struct diskfs_control *fsys, mach_port_t reply, mach_msg_type_name_t replytype, |