summaryrefslogtreecommitdiff
path: root/term/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/users.c')
-rw-r--r--term/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c
index bb02eeeb..17e89a01 100644
--- a/term/users.c
+++ b/term/users.c
@@ -499,7 +499,7 @@ trivfs_S_file_chmod (struct trivfs_protid *cred,
mode &= ~S_ISUID;
}
- term_mode = ((mode & ~S_IFMT & ~S_ITRANS & ~S_IPARE) | S_IFCHR | S_IROOT);
+ term_mode = ((mode & ~S_IFMT & ~S_ITRANS & ~S_ISPARE) | S_IFCHR | S_IROOT);
err = 0;
out: