mirror of git://anongit.mindrot.org/openssh.git
- deraadt@cvs.openbsd.org 2001/03/06 06:11:18
[ssh-keyscan.c] appease gcc
This commit is contained in:
parent
ebc882757b
commit
e21c4adaac
|
@ -1,3 +1,9 @@
|
|||
20010307
|
||||
- (bal) OpenBSD CVS Sync
|
||||
- deraadt@cvs.openbsd.org 2001/03/06 06:11:18
|
||||
[ssh-keyscan.c]
|
||||
appease gcc
|
||||
|
||||
20010306
|
||||
- (bal) OpenBSD CVS Sync
|
||||
- deraadt@cvs.openbsd.org 2001/03/05 14:28:47
|
||||
|
@ -4411,4 +4417,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.918 2001/03/06 03:34:40 mouring Exp $
|
||||
$Id: ChangeLog,v 1.919 2001/03/07 01:23:30 mouring Exp $
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: ssh-keyscan.c,v 1.21 2001/03/06 01:06:03 millert Exp $");
|
||||
RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $");
|
||||
|
||||
#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
|
||||
#include <sys/queue.h>
|
||||
|
@ -413,7 +413,7 @@ congreet(int s)
|
|||
{
|
||||
char buf[80], *cp;
|
||||
size_t bufsiz;
|
||||
int n;
|
||||
int n = 0;
|
||||
con *c = &fdcon[s];
|
||||
|
||||
bufsiz = sizeof(buf);
|
||||
|
|
Loading…
Reference in New Issue