This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / libexec / getty / subr.c
index c67f037..571970e 100644 (file)
@@ -186,6 +186,8 @@ setflags(n)
                f |= ODDP;
        else if (EP)
                f |= EVENP;
                f |= ODDP;
        else if (EP)
                f |= EVENP;
+       if (NP)
+               f |= PASS8;
 
        if (UC)
                f |= LCASE;
 
        if (UC)
                f |= LCASE;