* [LTP] [PATCH 1/1] configure: Remove checks for unused headers
@ 2017-09-06 13:16 Petr Vorel
2017-09-06 13:31 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2017-09-06 13:16 UTC (permalink / raw)
To: ltp
dmapi.h and sys/jfsdmapi.h were both added in ef7725396 (in 2009)
dmapi.h was never used, sys/jfsdmapi.h was used in
testcases/kernel/fs/dmapi/dm_test.h, which was removed in
80c8fac51 ("testcases: Remove dmapi")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
configure.ac | 2 --
include/config.h.default | 6 ------
2 files changed, 8 deletions(-)
diff --git a/configure.ac b/configure.ac
index 23e583dd8..458a5b13f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,6 @@ AC_PROG_YACC
AC_PREFIX_DEFAULT(/opt/ltp)
AC_CHECK_HEADERS([ \
- dmapi.h \
ifaddrs.h \
libaio.h \
mm.h \
@@ -44,7 +43,6 @@ AC_CHECK_HEADERS([ \
sys/epoll.h \
sys/inotify.h \
sys/fanotify.h \
- sys/jfsdmapi.h \
sys/prctl.h \
])
diff --git a/include/config.h.default b/include/config.h.default
index dc38e5cc0..ef6a3d55f 100644
--- a/include/config.h.default
+++ b/include/config.h.default
@@ -77,9 +77,6 @@
you don't. */
#undef HAVE_DECL_PTRACE_SETOPTIONS
-/* Define to 1 if you have the <dmapi.h> header file. */
-#undef HAVE_DMAPI_H
-
/* Define to 1 if you have the <ifaddrs.h> header file. */
#define HAVE_IFADDRS_H 1
@@ -200,9 +197,6 @@
/* Define to 1 if you have the <sys/inotify.h> header file. */
#define HAVE_SYS_INOTIFY_H 1
-/* Define to 1 if you have the <sys/jfsdmapi.h> header file. */
-#undef HAVE_SYS_JFSDMAPI_H
-
/* Define to 1 if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H
--
2.14.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH 1/1] configure: Remove checks for unused headers
2017-09-06 13:16 [LTP] [PATCH 1/1] configure: Remove checks for unused headers Petr Vorel
@ 2017-09-06 13:31 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-09-06 13:31 UTC (permalink / raw)
To: ltp
Hi!
Pushed, thanks.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-06 13:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06 13:16 [LTP] [PATCH 1/1] configure: Remove checks for unused headers Petr Vorel
2017-09-06 13:31 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox