From 34bd4d255f60129d0d3077e440e2177f39fec765 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 5 Jul 2015 16:18:45 +0000 Subject: [PATCH] Do not include sys/filio.h * configure.ac (AC_CHECK_HEADERS): Remove sys/filio.h. * term.c: Do not include . --- configure.ac | 1 - term.c | 3 --- 2 files changed, 4 deletions(-) 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" -- 2.40.0