[openssh-commits] [openssh] 04/08: Resync header order with upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 5 20:44:31 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 024b694249482698b0c73d24da0eaec696fca8c8
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Sep 5 20:37:04 2025 +1000
Resync header order with upstream.
---
sshpty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sshpty.c b/sshpty.c
index 968df5a63..0a82b7d3b 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -28,8 +28,8 @@
#include <stdio.h>
#include <string.h>
#include <termios.h>
-#include <util.h>
#include <unistd.h>
+#include <util.h>
#include "sshpty.h"
#include "log.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list