summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 17:30:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 17:30:06 +0000
commit314c72a66e276401b31566d87b3524dc3ec124c7 (patch)
treedcb5f3e37da98e3e67c0417ff3889c63d5c2f93a
parent8d59b0a15f9b894282aa8656614e91b6c8cdff67 (diff)
Formerly file-chflags.c.~4~
-rw-r--r--libtrivfs/file-chflags.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libtrivfs/file-chflags.c b/libtrivfs/file-chflags.c
index 06a3e330..efe47ffb 100644
--- a/libtrivfs/file-chflags.c
+++ b/libtrivfs/file-chflags.c
@@ -19,7 +19,10 @@
#include "fs_S.h"
kern_return_t
-trivfs_S_file_chflags (struct trivfs_protid *cred, int flags)
+trivfs_S_file_chflags (struct trivfs_protid *cred,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
+ int flags)
{
return cred ? file_chflags (cred->realnode, flags) : EOPNOTSUPP;
}