firstc() and nextc() use an int of global static storage. Make this
authorderaadt <deraadt@openbsd.org>
Thu, 2 Dec 2021 15:13:49 +0000 (15:13 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 2 Dec 2021 15:13:49 +0000 (15:13 +0000)
commit6871ed8f8682b635bbd7a844488ec05883e89172
tree8dbef8865791022ac889525c72cdadd8e21f207f
parent808d8676c2cf1ba5118a0dd22678bdf3c97a6941
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
sys/kern/tty.c
sys/kern/tty_subr.c
sys/sys/tty.h