projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3360a9
)
merge with 1.10a + local build mods
author
Jim Meyering
<jim@meyering.net>
Mon, 30 May 1994 13:37:52 +0000
(13:37 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 30 May 1994 13:37:52 +0000
(13:37 +0000)
src/stty.c
patch
|
blob
|
history
diff --git
a/src/stty.c
b/src/stty.c
index 5d8e864fd4918d6b275ff43769e30d257c02e590..ad0d6f1ba2dfeb178bf8348afb5b428627ea7a99 100644
(file)
--- 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