CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2009/10/14 01:19:05

Modified files:
        sys/kern       : tty_pty.c 

Log message:
Remove a redundant if (maxpty == npty) in check_pty - this is also tested by
the two ifs at the start of the function and both variables are only altered
under pt_softc_lock so cannot change between the checks.

ok guenther@

Reply via email to