From f7ba5d2f865cc79dd99637b36a420e4f99aae4f0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 20:24:56 +0000 Subject: Formerly file-chflags.c.~2~ --- libtrivfs/file-chflags.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libtrivfs/file-chflags.c b/libtrivfs/file-chflags.c index 6807ce15..e42af678 100644 --- a/libtrivfs/file-chflags.c +++ b/libtrivfs/file-chflags.c @@ -16,9 +16,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" error_t -trivfs_S_file_chflags (struct protid *cred, int flags) +trivfs_S_file_chflags (struct trivfs_protid *cred, int flags) { return cred ? file_chflags (cred->realnode, flags) : EOPNOTSUPP; } -- cgit v1.2.3