diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-05 21:49:37 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-05 21:49:37 +0000 |
| commit | bd7f824ea4424e6de0f5be28acb1b16c887a4b07 (patch) | |
| tree | b70bc63c5fbfdfb736b9d600c5da1aea4069d49c /sys | |
| parent | 9839f9695a691de05e53eebf779fa2bd83623656 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/termios.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/termios.h b/sys/sys/termios.h index 1b2a48db1301..09025b4ab34c 100644 --- a/sys/sys/termios.h +++ b/sys/sys/termios.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)termios.h 8.3 (Berkeley) 3/28/94 - * $Id: termios.h,v 1.9 1997/02/22 09:46:07 peter Exp $ + * $Id: termios.h,v 1.10 1998/03/12 14:09:53 bde Exp $ */ #ifndef _SYS_TERMIOS_H_ @@ -175,9 +175,9 @@ #endif /*_POSIX_SOURCE */ #define NOFLSH 0x80000000 /* don't flush after interrupt */ -typedef unsigned long tcflag_t; +typedef unsigned int tcflag_t; typedef unsigned char cc_t; -typedef unsigned long speed_t; +typedef unsigned int speed_t; struct termios { tcflag_t c_iflag; /* input flags */ |
