diff options
-rw-r--r-- | libtrivfs/file-getcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-getcontrol.c b/libtrivfs/file-getcontrol.c index b23c19dd..37e90b1a 100644 --- a/libtrivfs/file-getcontrol.c +++ b/libtrivfs/file-getcontrol.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_getcontrol (struct trivfs_protid *cred, mach_port_t *cntl, mach_msg_type_name_t *cntltype) |