[openssh-commits] [openssh] 05/09: Move poll.h include to resync with upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Feb 8 04:45:55 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 4fe79e3deb5457af588ab67ee5db642afedd935f
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Feb 8 04:28:28 2026 +1100
Move poll.h include to resync with upstream.
---
monitor_fdpass.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/monitor_fdpass.c b/monitor_fdpass.c
index 21697ca88..786d29ab7 100644
--- a/monitor_fdpass.c
+++ b/monitor_fdpass.c
@@ -32,11 +32,10 @@
#include <sys/un.h>
#include <errno.h>
+#include <poll.h>
#include <string.h>
#include <stdarg.h>
-#include <poll.h>
-
#include "log.h"
#include "monitor_fdpass.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list