mirror of git://anongit.mindrot.org/openssh.git
- (bal) scp.c CVS ID resync
This commit is contained in:
parent
b31783d547
commit
57f82e260b
|
@ -3,6 +3,7 @@
|
||||||
- (bal) version.c CVS ID resync
|
- (bal) version.c CVS ID resync
|
||||||
- (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
|
- (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
|
||||||
resync
|
resync
|
||||||
|
- (bal) scp.c CVS ID resync
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
- markus@cvs.openbsd.org 2001/03/20 19:10:16
|
- markus@cvs.openbsd.org 2001/03/20 19:10:16
|
||||||
[readconf.c]
|
[readconf.c]
|
||||||
|
@ -4675,4 +4676,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1005 2001/03/22 02:02:12 mouring Exp $
|
$Id: ChangeLog,v 1.1006 2001/03/22 02:04:08 mouring Exp $
|
||||||
|
|
2
scp.c
2
scp.c
|
@ -75,7 +75,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: scp.c,v 1.61 2001/03/15 15:05:59 markus Exp $");
|
RCSID("$OpenBSD: scp.c,v 1.62 2001/03/21 12:33:33 markus Exp $");
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "atomicio.h"
|
#include "atomicio.h"
|
||||||
|
|
Loading…
Reference in New Issue