From 7fe510422eb8e89e23705000e6c55a1240381776 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Jul 1996 19:31:34 +0000 Subject: [GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'. GWINSZ_BROKEN can't be defined anymore. --- src/stty.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index 0e587a0ea..f96659d2c 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 -- cgit v1.2.3-54-g00ecf