summaryrefslogtreecommitdiff
path: root/libtrivfs/file-chmod.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-17 22:22:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-17 22:22:35 +0000
commitefd4f17173016208e1087598649f515972462412 (patch)
treea2cdd7588bded2e9be59552e4e930aaea9da0c2f /libtrivfs/file-chmod.c
parent3eb9919f8debf84d9e41d836f11882b14029358d (diff)
Initial revision
Diffstat (limited to 'libtrivfs/file-chmod.c')
-rw-r--r--libtrivfs/file-chmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtrivfs/file-chmod.c b/libtrivfs/file-chmod.c
index 2e3a1c38..5ead3a18 100644
--- a/libtrivfs/file-chmod.c
+++ b/libtrivfs/file-chmod.c
@@ -21,6 +21,5 @@ error_t
trivfs_S_file_chmod (struct protid *cred,
mode_t mode)
{
- /* Is this right? */
return cred ? file_chmod (cred->realnod, mode) : EOPNOTSUPP;
}