diff options
Diffstat (limited to 'libnetfs/file-chown.c')
-rw-r--r-- | libnetfs/file-chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-chown.c b/libnetfs/file-chown.c index d02876c7..d1ad9f86 100644 --- a/libnetfs/file-chown.c +++ b/libnetfs/file-chown.c @@ -21,7 +21,7 @@ #include "netfs.h" #include "fs_S.h" -error_t +kern_return_t netfs_S_file_chown (struct protid *user, uid_t owner, uid_t group) |