summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 20:24:55 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 20:24:55 +0000
commit0c696dc2c8d43f2353cc0078b24807a9eaf1ce45 (patch)
tree888ab2e9983a3f2946f6b38f6e723c716bc9bba0
parentd21e2a64d7d82fa3e768cdd102b636e32b9afd92 (diff)
Formerly file-chmod.c.~4~
-rw-r--r--libtrivfs/file-chmod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/file-chmod.c b/libtrivfs/file-chmod.c
index b0adcfb4..cee54859 100644
--- a/libtrivfs/file-chmod.c
+++ b/libtrivfs/file-chmod.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_chmod (struct protid *cred,
+trivfs_S_file_chmod (struct trivfs_protid *cred,
mode_t mode)
{
/* Is this right? */