From: Jim Meyering Date: Sat, 13 Jul 1996 19:31:34 +0000 (+0000) Subject: [GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'. X-Git-Tag: TEXTUTILS-1_19b~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe510422eb8e89e23705000e6c55a1240381776;p=thirdparty%2Fcoreutils.git [GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'. GWINSZ_BROKEN can't be defined anymore. --- diff --git a/src/stty.c b/src/stty.c index 0e587a0eab..f96659d2c8 100644 --- a/src/stty.c +++ b/src/stty.c @@ -52,10 +52,6 @@ #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