NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/45514: MAKEDEV doesn't create /dev/tty20 and over



> @@ -1203,7 +1203,7 @@
>         lndev dtyZ$unit dty0${unit}
>         ;;
>  
> -tty0*|tty1*|tty[0-9])
> +tty0*|tty1*|tty2*|tty[0-9])

Why not just do "tty[0-9]|tty[0-9][0-9]" ?

-- 
Julio Merino / @jmmv


Home | Main Index | Thread Index | Old Index