[openssh-commits] [openssh] 06/09: Move paths.h and poll.h includes to resync with upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Feb 8 04:45:56 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 6decbb90413c67c10ac2fd5b17a9c161196641ea
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Feb 8 04:30:40 2026 +1100
Move paths.h and poll.h includes to resync with upstream.
---
mux.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/mux.c b/mux.c
index bbeb505b4..629cc0f73 100644
--- a/mux.c
+++ b/mux.c
@@ -26,6 +26,7 @@
#include <errno.h>
#include <fcntl.h>
+#include <poll.h>
#include <limits.h>
#include <signal.h>
#include <stdarg.h>
@@ -34,13 +35,12 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
-#include <paths.h>
-
-#include <poll.h>
-
#include <util.h>
+#include <paths.h>
#include "openbsd-compat/sys-queue.h"
+
+#include "atomicio.h"
#include "xmalloc.h"
#include "log.h"
#include "ssh.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list