CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2012/05/24 13:22:46
Modified files: sys/kern : tty_subr.c Log message: When clearing quote bits in getc and q_to_b, clear from the c_cf (the first, that is being removed) rather than c_cl (the last). ok matthew miod deraadt