diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-02-18 09:26:15 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-02-18 09:26:15 +0000 |
| commit | cd9307f60d5b2cf361e2dfbdd4014ac2e1d0c910 (patch) | |
| tree | 47e56098520dc8c681c402ecda95159d54e0d1e7 /sys | |
| parent | 78fd7b3d49fd78a2a8ca222dce4247b2de764a54 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/tty.h b/sys/sys/tty.h index e44526d08ac2..c99d8e9b609e 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. */ |
