Changed type of t_line from u_char to int. The Lite2 merge blew away

rev.1.6 which changed it from char to int.
This commit is contained in:
Bruce Evans 1997-02-18 09:26:15 +00:00
parent 78fd7b3d49
commit cd9307f60d

View file

@ -72,7 +72,7 @@ struct tty {
long t_cancc; /* Canonical queue statistics. */
struct clist t_outq; /* Device output queue. */
long t_outcc; /* Output queue statistics. */
u_char t_line; /* Interface to device drivers. */
int t_line; /* Interface to device drivers. */
dev_t t_dev; /* Device. */
int t_state; /* Device and driver (TS*) state. */
int t_flags; /* Tty flags. */