]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'.
authorJim Meyering <jim@meyering.net>
Sat, 13 Jul 1996 19:31:34 +0000 (19:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Jul 1996 19:31:34 +0000 (19:31 +0000)
GWINSZ_BROKEN can't be defined anymore.

src/stty.c

index 0e587a0eab006df9da31d93892fc98bef0303bef..f96659d2c86450e2b0ee1314eb0a83e158e140ba 100644 (file)
 #include "error.h"
 #include "xstrtol.h"
 
-#if defined(GWINSZ_BROKEN)     /* Such as for SCO UNIX 3.2.2. */
-# undef TIOCGWINSZ
-#endif
-
 #ifndef _POSIX_VDISABLE
 # define _POSIX_VDISABLE ((unsigned char) 0)
 #endif