summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2001-02-04 15:32:22 +0000
committerstevesk <stevesk@openbsd.org>2001-02-04 15:32:22 +0000
commitc998415248f8dda5010c909b0625fd6fc663ad09 (patch)
tree28b51d2746b42e74aecd1cc255311ff92e566dc4 /usr.bin/ssh/ssh-keyscan.c
parentmake gcc on the alpha even happier (diff)
downloadwireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.tar.xz
wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.zip
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-rw-r--r--usr.bin/ssh/ssh-keyscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c
index 6387c5ded4f..96785af5040 100644
--- a/usr.bin/ssh/ssh-keyscan.c
+++ b/usr.bin/ssh/ssh-keyscan.c
@@ -8,7 +8,7 @@
*/
#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 $");
#include <sys/queue.h>
#include <errno.h>
@@ -489,7 +489,7 @@ conloop(void)
c = tq.tqh_first;
while (c &&
(c->c_tv.tv_sec < now.tv_sec ||
- (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) {
+ (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) {
int s = c->c_fd;
c = c->c_link.tqe_next;
conrecycle(s);