summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ssh-keyscan.c4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ec3188bd6..9d580f786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120010307
2 - (bal) OpenBSD CVS Sync
3 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
4 [ssh-keyscan.c]
5 appease gcc
6
120010306 720010306
2 - (bal) OpenBSD CVS Sync 8 - (bal) OpenBSD CVS Sync
3 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47 9 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
@@ -4411,4 +4417,4 @@
4411 - Wrote replacements for strlcpy and mkdtemp 4417 - Wrote replacements for strlcpy and mkdtemp
4412 - Released 1.0pre1 4418 - Released 1.0pre1
4413 4419
4414$Id: ChangeLog,v 1.918 2001/03/06 03:34:40 mouring Exp $ 4420$Id: ChangeLog,v 1.919 2001/03/07 01:23:30 mouring Exp $
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 1b4f3a1bb..bbe533205 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -8,7 +8,7 @@
8 */ 8 */
9 9
10#include "includes.h" 10#include "includes.h"
11RCSID("$OpenBSD: ssh-keyscan.c,v 1.21 2001/03/06 01:06:03 millert Exp $"); 11RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt 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>
@@ -413,7 +413,7 @@ congreet(int s)
413{ 413{
414 char buf[80], *cp; 414 char buf[80], *cp;
415 size_t bufsiz; 415 size_t bufsiz;
416 int n; 416 int n = 0;
417 con *c = &fdcon[s]; 417 con *c = &fdcon[s];
418 418
419 bufsiz = sizeof(buf); 419 bufsiz = sizeof(buf);