[openssh-commits] [openssh] 02/08: Move sys/time.h include to match upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 5 20:14:25 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 c729a833298d9d55ffb22771cf1400dfdc640164
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Sep 5 19:22:37 2025 +1000
Move sys/time.h include to match upstream.
---
clientloop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clientloop.c b/clientloop.c
index cc6f64a2b..a2f757867 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -64,8 +64,8 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <sys/time.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <ctype.h>
#include <errno.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list