summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-11-15 14:32:17 +0000
committerJim Meyering <jim@meyering.net>1993-11-15 14:32:17 +0000
commit4bce07bc255df2556f53dda05394025c9e712e2b (patch)
tree16bb2ef1ab210331f597dd43249535b902aefaba /src/stty.c
parent39fd5971dd6fcb6e93db4e33cfa6bedbc4dd8610 (diff)
downloadcoreutils-4bce07bc255df2556f53dda05394025c9e712e2b.tar.xz
merge with 1.9a
Diffstat (limited to 'src/stty.c')
-rw-r--r--src/stty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stty.c b/src/stty.c
index 07307ff37..60f2ec9f1 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -118,12 +118,12 @@
#if defined(VLNEXT) && !defined(CLNEXT)
#define CLNEXT Control ('v')
#endif
-#if defined(VFLUSHO) && !defined(CFLUSHO)
-#define CFLUSHO Control ('o')
-#endif
#if defined(VDISCARD) && !defined(VFLUSHO)
#define VFLUSHO VDISCARD
#endif
+#if defined(VFLUSHO) && !defined(CFLUSHO)
+#define CFLUSHO Control ('o')
+#endif
#if defined(VSTATUS) && !defined(CSTATUS)
#define CSTATUS Control ('t')
#endif