diff options
Diffstat (limited to 'libtrivfs/file-reparent.c')
-rw-r--r-- | libtrivfs/file-reparent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-reparent.c b/libtrivfs/file-reparent.c index 5892013c..e52a8bb9 100644 --- a/libtrivfs/file-reparent.c +++ b/libtrivfs/file-reparent.c @@ -22,7 +22,7 @@ #include "trivfs_fs_S.h" #include "trivfs_io_S.h" -error_t +kern_return_t trivfs_S_file_reparent (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, mach_port_t parent, |