From: Samuel Thibault Date: Thu, 3 Jan 2008 15:46:05 +0000 (+0100) Subject: setterm: remove unnecessaty ifndef TCGETS X-Git-Tag: v2.14-rc1~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad1e2bff0cabe26c4771d7a57b23d626f9ae33ff;p=thirdparty%2Futil-linux.git setterm: remove unnecessaty ifndef TCGETS Signed-off-by: Karel Zak --- diff --git a/misc-utils/setterm.c b/misc-utils/setterm.c index ebf7f0ac77..eda99a34c3 100644 --- a/misc-utils/setterm.c +++ b/misc-utils/setterm.c @@ -114,11 +114,6 @@ #include #include "nls.h" -#ifndef TCGETS -/* TCGETS is either defined in termios.h, or here: */ -#include -#endif - #if __GNU_LIBRARY__ < 5 #ifndef __alpha__ # include