summaryrefslogtreecommitdiff
path: root/libtreefs
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-05 18:17:39 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-05 18:17:39 +0000
commit8cee1451070ea6aae1f63054211b1d5c8f376410 (patch)
tree686bc09c135401b75639157ead32595108edcd9f /libtreefs
parent68df1ae9313ff5f059a2d795e7ae913f87497ff4 (diff)
*** empty log message ***
Diffstat (limited to 'libtreefs')
-rw-r--r--libtreefs/s-file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtreefs/s-file.c b/libtreefs/s-file.c
index cd9144da..73c32d7f 100644
--- a/libtreefs/s-file.c
+++ b/libtreefs/s-file.c
@@ -1,6 +1,6 @@
/* File_t rpc stubs; see <hurd/fs.defs> for more info
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -62,7 +62,7 @@ treefs_S_file_chmod (struct treefs_protid *cred, mode_t mode)
{
if (!cred)
return EOPNOTSUPP;
- mode &= ~(S_IFMT | S_ISPARE);
+ mode &= ~(S_IFMT | S_ISPARE | S_ITRANS);
return treefs_s_file_chmod (cred, mode);
}