]> err.no Git - util-linux/commitdiff
setterm: remove unnecessaty ifndef TCGETS
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 3 Jan 2008 15:46:05 +0000 (16:46 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Jan 2008 15:46:05 +0000 (16:46 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/setterm.c

index ebf7f0ac777c7b9129eaf90035537f945039ae5a..eda99a34c36c491cc46c137c93f17e84033b01f4 100644 (file)
 #include <sys/time.h>
 #include "nls.h"
 
-#ifndef TCGETS
-/* TCGETS is either defined in termios.h, or here: */
-#include <asm/ioctls.h>
-#endif
-
 #if __GNU_LIBRARY__ < 5
 #ifndef __alpha__
 # include <linux/unistd.h>