summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:18:26 +0000
committerdjm <djm>2006-03-15 00:18:26 +0000
commit39c179586b8657d25d3d6ff16ab5c41425a9e10b (patch)
tree394e97ffb608ebf0d7b11d558ce701b176a76ec5
parentbf2c0179880efdb3f55965c15daf000617b3e241 (diff)
downloadopenssh-39c179586b8657d25d3d6ff16ab5c41425a9e10b.tar.gz
fix spacing of include
-rw-r--r--auth.c2
-rw-r--r--misc.c2
-rw-r--r--readpass.c2
-rw-r--r--sftp.c2
-rw-r--r--ssh-agent.c2
-rw-r--r--sshpty.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/auth.c b/auth.c
index 94c4a3eb..666a2dd2 100644
--- a/auth.c
+++ b/auth.c
@@ -26,7 +26,7 @@
RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#ifdef HAVE_LOGIN_H
#include <login.h>
diff --git a/misc.c b/misc.c
index a80eedb1..e85b773d 100644
--- a/misc.c
+++ b/misc.c
@@ -27,7 +27,7 @@
RCSID("$OpenBSD: misc.c,v 1.43 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#ifdef SSH_TUN_OPENBSD
#include <net/if.h>
diff --git a/readpass.c b/readpass.c
index a9b99617..9f74bec1 100644
--- a/readpass.c
+++ b/readpass.c
@@ -26,7 +26,7 @@
RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#include "xmalloc.h"
diff --git a/sftp.c b/sftp.c
index 877632ec..636c1f5f 100644
--- a/sftp.c
+++ b/sftp.c
@@ -19,7 +19,7 @@
RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#ifdef USE_LIBEDIT
#include <histedit.h>
diff --git a/ssh-agent.c b/ssh-agent.c
index 87381f09..0b10f919 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -38,7 +38,7 @@
RCSID("$OpenBSD: ssh-agent.c,v 1.126 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#include <openssl/evp.h>
#include <openssl/md5.h>
diff --git a/sshpty.c b/sshpty.c
index 6b0ad1f2..4434a908 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -15,7 +15,7 @@
RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#include <termios.h>
#ifdef HAVE_UTIL_H