]> andersk Git - openssh.git/commitdiff
RCSID; whitespace
authorstevesk <stevesk>
Mon, 5 Feb 2001 15:43:59 +0000 (15:43 +0000)
committerstevesk <stevesk>
Mon, 5 Feb 2001 15:43:59 +0000 (15:43 +0000)
ssh-keygen.c
ssh-keyscan.c
ssh.h
sshconnect.c
xmalloc.c

index 1f7e96766a7fa8b86a8feca7d4de36c6c3474f48..3b5d22fa3dbc50cacaec8a218cc2ae77549bcf43 100644 (file)
@@ -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 <openssl/evp.h>
 #include <openssl/pem.h>
index 4c8fcc0511fbec1345f2241b6ae43f1679ffda37..e48c0865ec232d03e2852bee2cdcb04b457dc963 100644 (file)
@@ -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 <sys/queue.h>
 #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 d3b1c51fe49bad9e775241c4cf41d25f27e22e46..b2be65f525e29348e76897b4b0ec717397839bc1 100644 (file)
--- 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
index a10a689dffe93df639979db33c1cef3beeabb50b..d9683b3f5ffe056b08ca9f63aef344309cdb8e5d 100644 (file)
@@ -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 <openssl/bn.h>
 
index 35f668df39f33352b53988db9986143f6fe2573e..1a471889a34eccbd11d14441c95cadf03bb33dda 100644 (file)
--- 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"
This page took 1.448428 seconds and 5 git commands to generate.