K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-12-03T19:14:02.265429Z K 7 svn:log V 200 MFC r355205: snp: don't reference tp->t_mtx directly This is the only part of snp(4) that pokes around in struct tty directly; replace it with the tty_getlock accessor to avoid struct tty internals. END