All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] configure.ac: Fix redefinition of mount_attr by checking sys/mount.h
@ 2022-09-26 16:59 Marcos Paulo de Souza via ltp
  2022-09-26 19:26 ` Petr Vorel
  0 siblings, 1 reply; 6+ messages in thread
From: Marcos Paulo de Souza via ltp @ 2022-09-26 16:59 UTC (permalink / raw)
  To: ltp; +Cc: Marcos Paulo de Souza

mount_setattr and mount_attr are defined in sys/mount.h.

Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com>
---
 Tested on openSUSE Tumbleweed

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 1deeffc0c..0e9895415 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,7 @@ AC_CHECK_HEADERS_ONCE([ \
     sys/epoll.h \
     sys/fanotify.h \
     sys/inotify.h \
+    sys/mount.h \
     sys/pidfd.h
     sys/prctl.h \
     sys/shm.h \
-- 
2.37.3


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-27 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-26 16:59 [LTP] [PATCH] configure.ac: Fix redefinition of mount_attr by checking sys/mount.h Marcos Paulo de Souza via ltp
2022-09-26 19:26 ` Petr Vorel
2022-09-26 22:17   ` Marcos Paulo de Souza
2022-09-27  7:09     ` Petr Vorel
2022-09-27 13:10       ` Marcos Paulo de Souza
2022-09-27 20:08         ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.