From c64b62338b46ffa08839f05f21ad69fa6234dc17 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 10 Oct 2022 12:32:43 +1100 Subject: skip bsd-poll.h if poll.h found; ok dtucker --- openbsd-compat/bsd-poll.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsd-compat/bsd-poll.h b/openbsd-compat/bsd-poll.h index 586647ee..db365af2 100644 --- a/openbsd-compat/bsd-poll.h +++ b/openbsd-compat/bsd-poll.h @@ -35,7 +35,7 @@ # include #elif HAVE_SYS_POLL_H # include -#endif +#else #ifndef HAVE_STRUCT_POLLFD_FD typedef struct pollfd { @@ -73,5 +73,5 @@ int poll(struct pollfd *, nfds_t, int); #ifndef HAVE_PPOLL int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); #endif - +#endif /* !HAVE_POLL_H && !HAVE_SYS_POLL_H */ #endif /* !_COMPAT_POLL_H_ */ -- cgit v1.2.3