diff options
Diffstat (limited to 'libtrivfs/file-chmod.c')
-rw-r--r-- | libtrivfs/file-chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-chmod.c b/libtrivfs/file-chmod.c index cee54859..f2c47f10 100644 --- a/libtrivfs/file-chmod.c +++ b/libtrivfs/file-chmod.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_chmod (struct trivfs_protid *cred, mode_t mode) { |