diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:50:50 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:50:50 +0000 |
commit | a89313a279cf130b8d1a0fb9e0cf2a964e862ea8 (patch) | |
tree | 90a1a9d1c0930654ee6a253054a7a88ea4755da6 /term/users.c | |
parent | bf79030545a89c14acb71dbfdc4c928c07d0601e (diff) |
Mon Jun 9 12:19:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* users.c (trivfs_S_file_chmod): Fix typo.
Diffstat (limited to 'term/users.c')
-rw-r--r-- | term/users.c | 2 |
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: |