Only in sys/i386/compile: GENERIC Only in sys/i386/compile: LINT Only in sys/i386/conf: LINT diff -ru /usr/src/sys/kern/tty.c sys/kern/tty.c --- /usr/src/sys/kern/tty.c 2007-07-20 09:41:54.000000000 +0000 +++ sys/kern/tty.c 2007-12-28 17:45:28.000000000 +0000 @@ -1534,16 +1534,6 @@ } /* - * Old interface. - */ -void -ttychars(struct tty *tp) -{ - - termioschars(&tp->t_termios); -} - -/* * Handle input high water. Send stop character for the IXOFF case. Turn * on our input flow control bit and propagate the changes to the driver. * XXX the stop character should be put in a special high priority queue. diff -ru /usr/src/sys/sys/tty.h sys/sys/tty.h --- /usr/src/sys/sys/tty.h 2007-12-16 03:38:42.000000000 +0000 +++ sys/sys/tty.h 2007-12-28 17:45:38.000000000 +0000 @@ -346,7 +346,6 @@ void ttwwakeup(struct tty *tp); struct tty *ttyalloc(void); void ttyblock(struct tty *tp); -void ttychars(struct tty *tp); int ttycheckoutq(struct tty *tp, int wait); void ttyconsolemode(struct tty *tp, int speed); int tty_close(struct tty *tp);