summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 20:24:54 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 20:24:54 +0000
commitd21e2a64d7d82fa3e768cdd102b636e32b9afd92 (patch)
tree4694b7763f9529056e326edcb07c0cf034043a50
parentc082460cd6a2a183d93d4c3dfee8458a3c2d948e (diff)
Formerly file-chown.c.~3~
-rw-r--r--libtrivfs/file-chown.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/file-chown.c b/libtrivfs/file-chown.c
index d1c0aca5..0d1e6b3f 100644
--- a/libtrivfs/file-chown.c
+++ b/libtrivfs/file-chown.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_chown (struct protid *cred,
+trivfs_S_file_chown (struct trivfs_protid *cred,
uid_t uid,
gid_t gid)
{