X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/15637ed4f028f1b013a54c226bcb3c75228ad20d..78ed81a334dab56aa7a876792a473d67d4359c25:/libexec/getty/subr.c diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index c67f0374f8..571970e978 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -186,6 +186,8 @@ setflags(n) f |= ODDP; else if (EP) f |= EVENP; + if (NP) + f |= PASS8; if (UC) f |= LCASE;