diff options
-rw-r--r-- | auth.c | 2 | ||||
-rw-r--r-- | misc.c | 2 | ||||
-rw-r--r-- | readpass.c | 2 | ||||
-rw-r--r-- | sftp.c | 2 | ||||
-rw-r--r-- | ssh-agent.c | 2 | ||||
-rw-r--r-- | sshpty.c | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -26,7 +26,7 @@ | |||
26 | RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $"); | 26 | RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $"); |
27 | 27 | ||
28 | #ifdef HAVE_PATHS_H | 28 | #ifdef HAVE_PATHS_H |
29 | # include <paths.h> | 29 | # include <paths.h> |
30 | #endif | 30 | #endif |
31 | #ifdef HAVE_LOGIN_H | 31 | #ifdef HAVE_LOGIN_H |
32 | #include <login.h> | 32 | #include <login.h> |
@@ -27,7 +27,7 @@ | |||
27 | RCSID("$OpenBSD: misc.c,v 1.43 2006/02/08 12:15:27 stevesk Exp $"); | 27 | RCSID("$OpenBSD: misc.c,v 1.43 2006/02/08 12:15:27 stevesk Exp $"); |
28 | 28 | ||
29 | #ifdef HAVE_PATHS_H | 29 | #ifdef HAVE_PATHS_H |
30 | # include <paths.h> | 30 | # include <paths.h> |
31 | #endif | 31 | #endif |
32 | #ifdef SSH_TUN_OPENBSD | 32 | #ifdef SSH_TUN_OPENBSD |
33 | #include <net/if.h> | 33 | #include <net/if.h> |
diff --git a/readpass.c b/readpass.c index a9b99617a..9f74bec19 100644 --- a/readpass.c +++ b/readpass.c | |||
@@ -26,7 +26,7 @@ | |||
26 | RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $"); | 26 | RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $"); |
27 | 27 | ||
28 | #ifdef HAVE_PATHS_H | 28 | #ifdef HAVE_PATHS_H |
29 | # include <paths.h> | 29 | # include <paths.h> |
30 | #endif | 30 | #endif |
31 | 31 | ||
32 | #include "xmalloc.h" | 32 | #include "xmalloc.h" |
@@ -19,7 +19,7 @@ | |||
19 | RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $"); | 19 | RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $"); |
20 | 20 | ||
21 | #ifdef HAVE_PATHS_H | 21 | #ifdef HAVE_PATHS_H |
22 | # include <paths.h> | 22 | # include <paths.h> |
23 | #endif | 23 | #endif |
24 | #ifdef USE_LIBEDIT | 24 | #ifdef USE_LIBEDIT |
25 | #include <histedit.h> | 25 | #include <histedit.h> |
diff --git a/ssh-agent.c b/ssh-agent.c index 87381f09f..0b10f9194 100644 --- a/ssh-agent.c +++ b/ssh-agent.c | |||
@@ -38,7 +38,7 @@ | |||
38 | RCSID("$OpenBSD: ssh-agent.c,v 1.126 2006/02/08 12:15:27 stevesk Exp $"); | 38 | RCSID("$OpenBSD: ssh-agent.c,v 1.126 2006/02/08 12:15:27 stevesk Exp $"); |
39 | 39 | ||
40 | #ifdef HAVE_PATHS_H | 40 | #ifdef HAVE_PATHS_H |
41 | # include <paths.h> | 41 | # include <paths.h> |
42 | #endif | 42 | #endif |
43 | #include <openssl/evp.h> | 43 | #include <openssl/evp.h> |
44 | #include <openssl/md5.h> | 44 | #include <openssl/md5.h> |
@@ -15,7 +15,7 @@ | |||
15 | RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); | 15 | RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); |
16 | 16 | ||
17 | #ifdef HAVE_PATHS_H | 17 | #ifdef HAVE_PATHS_H |
18 | # include <paths.h> | 18 | # include <paths.h> |
19 | #endif | 19 | #endif |
20 | #include <termios.h> | 20 | #include <termios.h> |
21 | #ifdef HAVE_UTIL_H | 21 | #ifdef HAVE_UTIL_H |