diff options
author | Jim Meyering <jim@meyering.net> | 1993-11-30 16:07:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-11-30 16:07:29 +0000 |
commit | a8e2420def6154e56762e312c5e85dea238ba59a (patch) | |
tree | a2500653fa7ebe1a7de8eb40da4064eee14be597 /src/stty.c | |
parent | 4ebaf0fd9c392eccc6458af85c657f641f7d0052 (diff) | |
download | coreutils-a8e2420def6154e56762e312c5e85dea238ba59a.tar.xz |
merge with 1.9.1c
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stty.c b/src/stty.c index 2e9a3f760..b559398e4 100644 --- a/src/stty.c +++ b/src/stty.c @@ -62,9 +62,6 @@ #if defined(GWINSZ_BROKEN) /* Such as for SCO UNIX 3.2.2. */ #undef TIOCGWINSZ -#ifdef TCGETS /* Solaris 2.2 */ -#define TIOCGWINSZ TCGETS -#endif #endif #ifndef _POSIX_VDISABLE |