diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-05-29 17:13:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-05-29 17:13:18 +0000 |
| commit | 27aa48fd5bd1f28f33ab8afa83a2609b8f45d5cc (patch) | |
| tree | 5854a1c947ae66cd57e770615e71a2ab49e5dd7f | |
| parent | 819e4fd5e007351f3ff96811d11cdc155a70ff00 (diff) | |
Notes
| -rw-r--r-- | sys/sys/termios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/termios.h b/sys/sys/termios.h index 7e7643fa4f09..1b5150db5615 100644 --- a/sys/sys/termios.h +++ b/sys/sys/termios.h @@ -230,6 +230,7 @@ struct termios { #define B76800 76800 #define B115200 115200 #define B230400 230400 +#define B460800 460800 #define EXTA 19200 #define EXTB 38400 #endif /* !_POSIX_SOURCE */ |
