summaryrefslogtreecommitdiffstats
path: root/sys/sys/tty.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-02-18 09:26:15 +0000
committerbde <bde@FreeBSD.org>1997-02-18 09:26:15 +0000
commit1334b94f00f7e3289e4bf07ed1072779422dc443 (patch)
tree47e56098520dc8c681c402ecda95159d54e0d1e7 /sys/sys/tty.h
parenta962df746e20e0ea1b42533fa31cdeb9f53604c3 (diff)
downloadFreeBSD-src-1334b94f00f7e3289e4bf07ed1072779422dc443.zip
FreeBSD-src-1334b94f00f7e3289e4bf07ed1072779422dc443.tar.gz
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.
Diffstat (limited to 'sys/sys/tty.h')
-rw-r--r--sys/sys/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/tty.h b/sys/sys/tty.h
index e44526d..c99d8e9 100644
--- a/sys/sys/tty.h
+++ b/sys/sys/tty.h
@@ -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. */
OpenPOWER on IntegriCloud