]> granicus.if.org Git - strace/commitdiff
Do not include sys/filio.h
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 5 Jul 2015 16:18:45 +0000 (16:18 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 5 Jul 2015 16:20:14 +0000 (16:20 +0000)
* configure.ac (AC_CHECK_HEADERS): Remove sys/filio.h.
* term.c: Do not include <sys/filio.h>.

configure.ac
term.c

index bb8bf46f79b491fdf39831c211aae5c4c0b4839f..40cdc0cd23aff3d0c4bd5ab892ea7160f18f0cc3 100644 (file)
@@ -270,7 +270,6 @@ AC_CHECK_HEADERS(m4_normalize([
        sys/conf.h
        sys/epoll.h
        sys/fanotify.h
-       sys/filio.h
        sys/ioctl.h
        sys/poll.h
        sys/reg.h
diff --git a/term.c b/term.c
index b2811f27a9628ebe9075cfcc6056b4b8a468409e..8dfc9aa74c4d402decf347900b3bfa619b555b38 100644 (file)
--- a/term.c
+++ b/term.c
@@ -31,9 +31,6 @@
  * the kernel one, and we need to use the kernel layout.
  */
 #include <linux/termios.h>
-#ifdef HAVE_SYS_FILIO_H
-# include <sys/filio.h>
-#endif
 
 #include "xlat/tcxonc_options.h"