diff options
author | Colin Watson <cjwatson@debian.org> | 2020-02-21 11:57:14 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-02-21 11:57:14 +0000 |
commit | f0de78bd4f29fa688c5df116f3f9cd43543a76d0 (patch) | |
tree | 856b0dee3f2764c13a32dad5ffe2424fab7fef41 /openbsd-compat/port-aix.c | |
parent | 4213eec74e74de6310c27a40c3e9759a08a73996 (diff) | |
parent | 8aa3455b16fddea4c0144a7c4a1edb10ec67dcc8 (diff) |
Import openssh_8.2p1.orig.tar.gz
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r-- | openbsd-compat/port-aix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index fc80dc39f..e1ad3f117 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c | |||
@@ -26,6 +26,8 @@ | |||
26 | */ | 26 | */ |
27 | #include "includes.h" | 27 | #include "includes.h" |
28 | 28 | ||
29 | #ifdef _AIX | ||
30 | |||
29 | #include "xmalloc.h" | 31 | #include "xmalloc.h" |
30 | #include "sshbuf.h" | 32 | #include "sshbuf.h" |
31 | #include "ssherr.h" | 33 | #include "ssherr.h" |
@@ -36,8 +38,6 @@ | |||
36 | #include "ssh_api.h" | 38 | #include "ssh_api.h" |
37 | #include "log.h" | 39 | #include "log.h" |
38 | 40 | ||
39 | #ifdef _AIX | ||
40 | |||
41 | #include <errno.h> | 41 | #include <errno.h> |
42 | #if defined(HAVE_NETDB_H) | 42 | #if defined(HAVE_NETDB_H) |
43 | # include <netdb.h> | 43 | # include <netdb.h> |