[openssh-commits] [openssh] 03/07: Sync header order with upstream and KNF.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 10 02:01:23 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 43d0bf02d84a20a3f7c9992dabf8c109d9c25bed
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Feb 9 06:42:27 2026 +1100

    Sync header order with upstream and KNF.
---
 monitor.c     | 6 +++---
 scp.c         | 2 +-
 sftp-client.c | 2 +-
 sftp-common.c | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/monitor.c b/monitor.c
index eac5aa819..b49ab3cc9 100644
--- a/monitor.c
+++ b/monitor.c
@@ -35,15 +35,15 @@
 #include <fcntl.h>
 #include <limits.h>
 #include <paths.h>
+#include <poll.h>
 #include <pwd.h>
 #include <signal.h>
+#include <stdarg.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdarg.h>
-#include <stdio.h>
 #include <unistd.h>
-#include <poll.h>
 
 #ifdef WITH_OPENSSL
 #include <openssl/dh.h>
diff --git a/scp.c b/scp.c
index f27c8fe3f..dae585daf 100644
--- a/scp.c
+++ b/scp.c
@@ -75,7 +75,6 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <poll.h>
 #include <sys/time.h>
 #include <sys/wait.h>
 #include <sys/uio.h>
@@ -92,6 +91,7 @@
 #include <limits.h>
 #include <util.h>
 #include <locale.h>
+#include <poll.h>
 #include <pwd.h>
 #include <signal.h>
 #include <stdarg.h>
diff --git a/sftp-client.c b/sftp-client.c
index 8f52bcc4d..02bd6ac3e 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -33,8 +33,8 @@
 
 #include <dirent.h>
 #include <errno.h>
-#include <poll.h>
 #include <fcntl.h>
+#include <poll.h>
 #include <signal.h>
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/sftp-common.c b/sftp-common.c
index 4abd54a07..1924e4be0 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -32,10 +32,10 @@
 #include <grp.h>
 #include <pwd.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
-#include <time.h>
 #include <stdarg.h>
+#include <stdlib.h>
+#include <time.h>
 #include <unistd.h>
 #include <util.h>
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list