diff options
author | Jim Meyering <jim@meyering.net> | 1994-05-30 13:37:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-05-30 13:37:52 +0000 |
commit | cb9d9f0f7106b0ff3811b59c2cfc573134a1bcb2 (patch) | |
tree | c2fb814b4dc1efdb40c539b7b5fccbb7f638fe94 /src/stty.c | |
parent | e3360a98c20e186ca692b6f158d2dc61955cbd14 (diff) | |
download | coreutils-cb9d9f0f7106b0ff3811b59c2cfc573134a1bcb2.tar.xz |
merge with 1.10a + local build mods
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stty.c b/src/stty.c index 5d8e864fd..ad0d6f1ba 100644 --- a/src/stty.c +++ b/src/stty.c @@ -129,6 +129,9 @@ #if defined(VDISCARD) && !defined(VFLUSHO) #define VFLUSHO VDISCARD #endif +#if defined(VFLUSH) && !defined(VFLUSHO) /* Ultrix 4.2 */ +#define VFLUSHO VFLUSH +#endif #if defined(VFLUSHO) && !defined(CFLUSHO) #define CFLUSHO Control ('o') #endif |