mirror of git://anongit.mindrot.org/openssh.git
- scp.c ID update (upstream synced vfsprintf() from us)
This commit is contained in:
parent
16c1bd6d09
commit
0a0c3a63d0
|
@ -1,4 +1,6 @@
|
||||||
20010612
|
20010612
|
||||||
|
- scp.c ID update (upstream synced vfsprintf() from us)
|
||||||
|
- OpenBSD CVS Sync
|
||||||
- markus@cvs.openbsd.org 2001/06/10 11:29:20
|
- markus@cvs.openbsd.org 2001/06/10 11:29:20
|
||||||
[dispatch.c]
|
[dispatch.c]
|
||||||
we support rekeying
|
we support rekeying
|
||||||
|
@ -5608,4 +5610,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1277 2001/06/12 00:12:56 mouring Exp $
|
$Id: ChangeLog,v 1.1278 2001/06/12 00:15:57 mouring Exp $
|
||||||
|
|
2
scp.c
2
scp.c
|
@ -75,7 +75,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: scp.c,v 1.72 2001/06/03 19:38:42 markus Exp $");
|
RCSID("$OpenBSD: scp.c,v 1.73 2001/06/10 11:33:02 markus Exp $");
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "atomicio.h"
|
#include "atomicio.h"
|
||||||
|
|
Loading…
Reference in New Issue