From b705bea08e073f683370ac44e34ca84ba44c0dfd Mon Sep 17 00:00:00 2001 From: stevesk Date: Mon, 5 Feb 2001 15:43:59 +0000 Subject: [PATCH] RCSID; whitespace --- ssh-keygen.c | 2 +- ssh-keyscan.c | 6 +++--- ssh.h | 2 +- sshconnect.c | 2 +- xmalloc.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ssh-keygen.c b/ssh-keygen.c index 1f7e9676..3b5d22fa 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.41 2001/01/21 19:05:57 markus Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.42 2001/02/04 15:32:26 stevesk Exp $"); #include #include diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 4c8fcc05..e48c0865 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -8,9 +8,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.11 2001/01/21 19:05:57 markus Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.12 2001/02/04 15:32:26 stevesk Exp $"); -#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) +#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) #include #else #include "fake-queue.h" @@ -212,7 +212,7 @@ fdlim_set(int lim) if (setrlimit(RLIMIT_NOFILE, &rlfd) < 0) return (-1); #elif defined (HAVE_SETDTABLESIZE) - setdtablesize (lim); + setdtablesize(lim); #endif return (0); } diff --git a/ssh.h b/ssh.h index d3b1c51f..b2be65f5 100644 --- a/ssh.h +++ b/ssh.h @@ -68,7 +68,7 @@ * Name of the environment variable containing the pathname of the * authentication socket. */ -#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID" +#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID" /* * Name of the environment variable containing the pathname of the diff --git a/sshconnect.c b/sshconnect.c index a10a689d..d9683b3f 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect.c,v 1.92 2001/01/30 22:48:52 djm Exp $"); +RCSID("$OpenBSD: sshconnect.c,v 1.93 2001/02/04 15:32:26 stevesk Exp $"); #include diff --git a/xmalloc.c b/xmalloc.c index 35f668df..1a471889 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: xmalloc.c,v 1.10 2001/01/28 20:53:21 stevesk Exp $"); +RCSID("$OpenBSD: xmalloc.c,v 1.11 2001/02/04 15:32:27 stevesk Exp $"); #include "xmalloc.h" #include "log.h" -- 2.45.1