Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2021 01:23:31 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: cd580a4c8a16 - stable/13 - ssh: diff reduction against OpenBSD, remove unused includes
Message-ID:  <202102150123.11F1NVBa070669@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=cd580a4c8a16d2c826286f765b3476886dbfe494

commit cd580a4c8a16d2c826286f765b3476886dbfe494
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-02-12 01:41:02 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-02-15 01:21:58 +0000

    ssh: diff reduction against OpenBSD, remove unused includes
    
    These appear to be leftovers from ca86bcf2531c7 and f7167e0ea0bf5
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 154adbbeb8fc2a0d183ec3a4db32cd13668205e8)
---
 crypto/openssh/misc.c       | 1 -
 crypto/openssh/sshconnect.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/crypto/openssh/misc.c b/crypto/openssh/misc.c
index 662d6bf48716..bdc06fdb3332 100644
--- a/crypto/openssh/misc.c
+++ b/crypto/openssh/misc.c
@@ -30,7 +30,6 @@
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
-#include <sys/sysctl.h>
 #include <sys/time.h>
 #include <sys/wait.h>
 #include <sys/un.h>
diff --git a/crypto/openssh/sshconnect.c b/crypto/openssh/sshconnect.c
index 2776be920a2c..b50029de71b8 100644
--- a/crypto/openssh/sshconnect.c
+++ b/crypto/openssh/sshconnect.c
@@ -27,7 +27,6 @@ __RCSID("$FreeBSD$");
 #include <net/if.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <rpc/rpc.h>
 
 #include <ctype.h>
 #include <errno.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102150123.11F1NVBa070669>