summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 15:43:59 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 15:43:59 +0000
commit28a7f26d03e4579ec62b9983f8f1d63a59ee63ab (patch)
treec08d161d15742557069c68147beb0772e0fd3f37
parentec1c1409276d7fbcd43828db19496cab36079c01 (diff)
RCSID; whitespace
-rw-r--r--ssh-keygen.c2
-rw-r--r--ssh-keyscan.c6
-rw-r--r--ssh.h2
-rw-r--r--sshconnect.c2
-rw-r--r--xmalloc.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 1f7e96766..3b5d22fa3 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.41 2001/01/21 19:05:57 markus Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.42 2001/02/04 15:32:26 stevesk Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 4c8fcc051..e48c0865e 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -8,9 +8,9 @@
8 */ 8 */
9 9
10#include "includes.h" 10#include "includes.h"
11RCSID("$OpenBSD: ssh-keyscan.c,v 1.11 2001/01/21 19:05:57 markus Exp $"); 11RCSID("$OpenBSD: ssh-keyscan.c,v 1.12 2001/02/04 15:32:26 stevesk Exp $");
12 12
13#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) 13#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
14#include <sys/queue.h> 14#include <sys/queue.h>
15#else 15#else
16#include "fake-queue.h" 16#include "fake-queue.h"
@@ -212,7 +212,7 @@ fdlim_set(int lim)
212 if (setrlimit(RLIMIT_NOFILE, &rlfd) < 0) 212 if (setrlimit(RLIMIT_NOFILE, &rlfd) < 0)
213 return (-1); 213 return (-1);
214#elif defined (HAVE_SETDTABLESIZE) 214#elif defined (HAVE_SETDTABLESIZE)
215 setdtablesize (lim); 215 setdtablesize(lim);
216#endif 216#endif
217 return (0); 217 return (0);
218} 218}
diff --git a/ssh.h b/ssh.h
index d3b1c51fe..b2be65f52 100644
--- a/ssh.h
+++ b/ssh.h
@@ -68,7 +68,7 @@
68 * Name of the environment variable containing the pathname of the 68 * Name of the environment variable containing the pathname of the
69 * authentication socket. 69 * authentication socket.
70 */ 70 */
71#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID" 71#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID"
72 72
73/* 73/*
74 * Name of the environment variable containing the pathname of the 74 * Name of the environment variable containing the pathname of the
diff --git a/sshconnect.c b/sshconnect.c
index a10a689df..d9683b3f5 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: sshconnect.c,v 1.92 2001/01/30 22:48:52 djm Exp $"); 16RCSID("$OpenBSD: sshconnect.c,v 1.93 2001/02/04 15:32:26 stevesk Exp $");
17 17
18#include <openssl/bn.h> 18#include <openssl/bn.h>
19 19
diff --git a/xmalloc.c b/xmalloc.c
index 35f668df3..1a471889a 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: xmalloc.c,v 1.10 2001/01/28 20:53:21 stevesk Exp $"); 16RCSID("$OpenBSD: xmalloc.c,v 1.11 2001/02/04 15:32:27 stevesk Exp $");
17 17
18#include "xmalloc.h" 18#include "xmalloc.h"
19#include "log.h" 19#include "log.h"