From: Dmitry V. Levin Date: Sun, 5 Jul 2015 16:18:45 +0000 (+0000) Subject: Do not include sys/filio.h X-Git-Tag: v4.11~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34bd4d255f60129d0d3077e440e2177f39fec765;p=strace Do not include sys/filio.h * configure.ac (AC_CHECK_HEADERS): Remove sys/filio.h. * term.c: Do not include . --- diff --git a/configure.ac b/configure.ac index bb8bf46f..40cdc0cd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 b2811f27..8dfc9aa7 100644 --- a/term.c +++ b/term.c @@ -31,9 +31,6 @@ * the kernel one, and we need to use the kernel layout. */ #include -#ifdef HAVE_SYS_FILIO_H -# include -#endif #include "xlat/tcxonc_options.h"