]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: remove duplicate includes; ok dtucker@
authorjsg@openbsd.org <jsg@openbsd.org>
Mon, 16 Feb 2026 23:47:06 +0000 (23:47 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 17 Feb 2026 21:46:28 +0000 (08:46 +1100)
OpenBSD-Commit-ID: 6b9191bc1a0f4320c926d5ccd9f36b09f0f3bcaf

ssh-agent.c
ssh.c
sshlogin.c

index f86749353e3f2e16911ca83ac2413d5c36a830cd..f58d02b5d1646a05e1da2e82c6a9ea1062068bae 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.318 2026/02/08 17:51:43 dtucker Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.319 2026/02/16 23:47:06 jsg Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -43,7 +43,6 @@
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/un.h>
-#include <sys/socket.h>
 #include <sys/wait.h>
 
 #ifdef WITH_OPENSSL
diff --git a/ssh.c b/ssh.c
index 8648fec09e17e4cd99c5d34b4d51db36cc44b509..989e592134a8afeafcf112dd8995a0490fc1b52e 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.625 2026/02/14 00:18:34 jsg Exp $ */
+/* $OpenBSD: ssh.c,v 1.626 2026/02/16 23:47:06 jsg Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -60,7 +60,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdarg.h>
 #include <unistd.h>
 #include <limits.h>
 #include <locale.h>
index 7e0216f1d92d3264080f287bc2432c18166c3af6..f3f4639a577d13322f53c91f50218ef6b4262bc4 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshlogin.c,v 1.36 2026/02/11 17:05:32 dtucker Exp $ */
+/* $OpenBSD: sshlogin.c,v 1.37 2026/02/16 23:47:06 jsg Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -48,7 +48,6 @@
 
 #include <errno.h>
 #include <fcntl.h>
-#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>