summaryrefslogtreecommitdiff
path: root/libtrivfs/file-chauthor.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/file-chauthor.c')
-rw-r--r--libtrivfs/file-chauthor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/file-chauthor.c b/libtrivfs/file-chauthor.c
index 1d38564a..5f61743a 100644
--- a/libtrivfs/file-chauthor.c
+++ b/libtrivfs/file-chauthor.c
@@ -20,6 +20,7 @@
kern_return_t
trivfs_S_file_chauthor (struct trivfs_protid *cred,
+ mach_port_t reply, mach_msg_type_name_t reply_type,
uid_t auth)
{
return cred ? file_chauthor (cred->realnode, auth) : EOPNOTSUPP;