summaryrefslogtreecommitdiffstats
path: root/src/privsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/privsep.c')
-rw-r--r--src/privsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privsep.c b/src/privsep.c
index 60ef649a..077c0b49 100644
--- a/src/privsep.c
+++ b/src/privsep.c
@@ -138,7 +138,7 @@ ps_dropprivs(struct dhcpcd_ctx *ctx)
if (ctx->ps_control_pid != getpid()) {
/* Prohibit new files, sockets, etc */
#if (defined(__linux__) || defined(__sun) || defined(__OpenBSD__)) && \
- !defined(HAVE_KQUEUE)
+ !defined(HAVE_KQUEUE) && !defined(HAVE_EPOLL)
/*
* If poll(2) is called with nfds > RLIMIT_NOFILE
* then it returns EINVAL.