diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:56 +0000 |
commit | f7ba5d2f865cc79dd99637b36a420e4f99aae4f0 (patch) | |
tree | a4a57d8d4553f47fc37e50eaa58935b1688a5d83 /libtrivfs/file-chflags.c | |
parent | 0c696dc2c8d43f2353cc0078b24807a9eaf1ce45 (diff) |
Formerly file-chflags.c.~2~
Diffstat (limited to 'libtrivfs/file-chflags.c')
-rw-r--r-- | libtrivfs/file-chflags.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |