diff options
Diffstat (limited to 'libtrivfs/file-chown.c')
-rw-r--r-- | libtrivfs/file-chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-chown.c b/libtrivfs/file-chown.c index 0d1e6b3f..b8fe3d62 100644 --- a/libtrivfs/file-chown.c +++ b/libtrivfs/file-chown.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_chown (struct trivfs_protid *cred, uid_t uid, gid_t gid) |