CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2021/12/02 08:13:49

Modified files:
        sys/sys        : tty.h 
        sys/kern       : tty.c tty_subr.c 

Log message:
firstc() and nextc() use an int of global static storage.  Make this
a pointer to a local variable to allow concurrent use if that ever
needs to happen in the future.
ok mpi kettenis

Reply via email to