From efd4f17173016208e1087598649f515972462412 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 17 Feb 1994 22:22:35 +0000 Subject: Initial revision --- libtrivfs/file-chmod.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libtrivfs/file-chmod.c') 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; } -- cgit v1.2.3