From 314c72a66e276401b31566d87b3524dc3ec124c7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Jul 1994 17:30:06 +0000 Subject: Formerly file-chflags.c.~4~ --- libtrivfs/file-chflags.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libtrivfs/file-chflags.c') 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; } -- cgit v1.2.3