mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- deraadt@cvs.openbsd.org 2008/06/13 09:44:36
[packet.c] compile on older gcc; no decl after code
This commit is contained in:
parent
f387e59d52
commit
99bb7619d4
@ -1,3 +1,9 @@
|
|||||||
|
20080613
|
||||||
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
- deraadt@cvs.openbsd.org 2008/06/13 09:44:36
|
||||||
|
[packet.c]
|
||||||
|
compile on older gcc; no decl after code
|
||||||
|
|
||||||
20080612
|
20080612
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
- jmc@cvs.openbsd.org 2008/06/11 07:30:37
|
- jmc@cvs.openbsd.org 2008/06/11 07:30:37
|
||||||
@ -4335,4 +4341,4 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5003 2008/06/13 05:03:14 dtucker Exp $
|
$Id: ChangeLog,v 1.5004 2008/06/13 12:02:50 dtucker Exp $
|
||||||
|
5
packet.c
5
packet.c
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: packet.c,v 1.154 2008/06/12 20:38:28 dtucker Exp $ */
|
/* $OpenBSD: packet.c,v 1.155 2008/06/13 09:44:36 deraadt Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -910,9 +910,10 @@ packet_read_seqnr(u_int32_t *seqnr_p)
|
|||||||
int type, len, ret, ms_remain;
|
int type, len, ret, ms_remain;
|
||||||
fd_set *setp;
|
fd_set *setp;
|
||||||
char buf[8192];
|
char buf[8192];
|
||||||
DBG(debug("packet_read()"));
|
|
||||||
struct timeval timeout, start, *timeoutp = NULL;
|
struct timeval timeout, start, *timeoutp = NULL;
|
||||||
|
|
||||||
|
DBG(debug("packet_read()"));
|
||||||
|
|
||||||
setp = (fd_set *)xcalloc(howmany(connection_in+1, NFDBITS),
|
setp = (fd_set *)xcalloc(howmany(connection_in+1, NFDBITS),
|
||||||
sizeof(fd_mask));
|
sizeof(fd_mask));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user