From 0af2192f55365768503cfe73ae031d39079dd612 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 20:24:57 +0000 Subject: Formerly file-chauthor.c.~3~ --- libtrivfs/file-chauthor.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libtrivfs') diff --git a/libtrivfs/file-chauthor.c b/libtrivfs/file-chauthor.c index eedfa8c5..4ac8ca13 100644 --- a/libtrivfs/file-chauthor.c +++ b/libtrivfs/file-chauthor.c @@ -16,11 +16,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" error_t -trivfs_S_file_chauthor (struct protid *cred, - uid_t auth) +trivfs_S_file_chauthor (struct trivfs_protid *cred, + uid_t auth) { - return cred ? file_chauthor (cred->realnode, uid, gid) : EOPNOTSUPP; + return cred ? file_chauthor (cred->realnode, auth) : EOPNOTSUPP; } -- cgit v1.2.3