X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/75a44ba568e363957a91e949e89a03b421cab728..dbd115c911ce5d45dd4d72a2dec3821bb7719877:/usr/src/sys/kern/tty_subr.c diff --git a/usr/src/sys/kern/tty_subr.c b/usr/src/sys/kern/tty_subr.c index 865072079a..c8683facf1 100644 --- a/usr/src/sys/kern/tty_subr.c +++ b/usr/src/sys/kern/tty_subr.c @@ -1,11 +1,10 @@ -/* tty_subr.c 4.5 %G% */ +/* tty_subr.c 4.6 %G% */ #include "../h/param.h" #include "../h/systm.h" #include "../h/conf.h" #include "../h/buf.h" #include "../h/tty.h" -#include "tr.h" struct cblock { struct cblock *c_next;