diff options
Diffstat (limited to 'libtrivfs/file-chflags.c')
-rw-r--r-- | libtrivfs/file-chflags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/file-chflags.c b/libtrivfs/file-chflags.c index edf04ac5..8d3d4577 100644 --- a/libtrivfs/file-chflags.c +++ b/libtrivfs/file-chflags.c @@ -20,6 +20,7 @@ kern_return_t trivfs_S_file_chflags (struct trivfs_protid *cred, + mach_port_t reply, mach_msg_type_name_t reply_type, int flags) { return cred ? file_chflags (cred->realnode, flags) : EOPNOTSUPP; |