diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-28 05:41:44 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-28 05:41:44 +0000 |
commit | 75a57bf04a04e7cacbfc1279aa6c35f3f16775d1 (patch) | |
tree | 550c48ebd0fbf7ff9990077c95c882242dd88b78 /winsup/cygwin/include/sys/termios.h | |
parent | ce475802f8aa48518553eabd5887bcc439b61a0d (diff) | |
download | cygnal-75a57bf04a04e7cacbfc1279aa6c35f3f16775d1.tar.gz cygnal-75a57bf04a04e7cacbfc1279aa6c35f3f16775d1.tar.bz2 cygnal-75a57bf04a04e7cacbfc1279aa6c35f3f16775d1.zip |
Whitespace cleanup.
* configure.in: Eliminate subdir stuff.
* configure: Regenerate.
* include/getopt.h (option): Make name field 'const'.
Diffstat (limited to 'winsup/cygwin/include/sys/termios.h')
-rw-r--r-- | winsup/cygwin/include/sys/termios.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/winsup/cygwin/include/sys/termios.h b/winsup/cygwin/include/sys/termios.h index b0a242a33..b0dc2e4f3 100644 --- a/winsup/cygwin/include/sys/termios.h +++ b/winsup/cygwin/include/sys/termios.h @@ -8,10 +8,10 @@ #define TCIOFF 2 #define TCION 3 -#define TCGETA 5 -#define TCSETA 6 -#define TCSETAW 7 -#define TCSETAF 8 +#define TCGETA 5 +#define TCSETA 6 +#define TCSETAW 7 +#define TCSETAF 8 #define TCIFLUSH 0 #define TCOFLUSH 1 @@ -167,23 +167,23 @@ #define VDISCARD 1 #define VEOL 2 -#define VEOL2 3 +#define VEOL2 3 #define VEOF 4 #define VERASE 5 #define VINTR 6 #define VKILL 7 -#define VLNEXT 8 +#define VLNEXT 8 #define VMIN 9 #define VQUIT 10 -#define VREPRINT 11 +#define VREPRINT 11 #define VSTART 12 #define VSTOP 13 #define VSUSP 14 -#define VSWTC 15 +#define VSWTC 15 #define VTIME 16 -#define VWERASE 17 +#define VWERASE 17 -#define NCCS 18 +#define NCCS 18 typedef unsigned char cc_t; typedef unsigned int tcflag_t; |