From 8cee1451070ea6aae1f63054211b1d5c8f376410 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 5 Jun 1997 18:17:39 +0000 Subject: *** empty log message *** --- libtreefs/s-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtreefs') 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 for more info - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1997 Free Software Foundation, Inc. Written by Miles Bader @@ -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); } -- cgit v1.2.3