diff options
| author | David Nugent <davidn@FreeBSD.org> | 1997-02-15 05:45:00 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1997-02-15 05:45:00 +0000 |
| commit | a60c8a80bc53364ff690b8a5e8421934c9e8c9c6 (patch) | |
| tree | fa14b71c4d44b7ad99092a2c54a8cc922a3a05d8 /lib/libc | |
| parent | ec7d3a3282230d3a6612bc57b87b747b46180fb1 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getttyent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index db615cb10251..ca0413cbe4bf 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -121,6 +121,8 @@ getttyent() tty.ty_status |= TTY_ON; else if (scmp(_TTYS_SECURE)) tty.ty_status |= TTY_SECURE; + else if (scmp(_TTYS_INSECURE)) + tty.ty_status &= ~TTY_SECURE; else if (vcmp(_TTYS_WINDOW)) tty.ty_window = value(p); else if (vcmp(_TTYS_GROUP)) |
