- david@cvs.openbsd.org 2006/02/15 05:08:24
[sftp-client.c] typo in comment; ok djm@
This commit is contained in:
parent
d8702e865d
commit
0c8d8f68db
|
@ -107,6 +107,9 @@
|
||||||
- jmc@cvs.openbsd.org 2006/02/13 11:27:25
|
- jmc@cvs.openbsd.org 2006/02/13 11:27:25
|
||||||
[sshd.8]
|
[sshd.8]
|
||||||
sort FILES and use a -compact list;
|
sort FILES and use a -compact list;
|
||||||
|
- david@cvs.openbsd.org 2006/02/15 05:08:24
|
||||||
|
[sftp-client.c]
|
||||||
|
typo in comment; ok djm@
|
||||||
|
|
||||||
20060313
|
20060313
|
||||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||||
|
@ -4008,4 +4011,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4169 2006/03/15 00:33:56 djm Exp $
|
$Id: ChangeLog,v 1.4170 2006/03/15 00:34:25 djm Exp $
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/* XXX: copy between two remote sites */
|
/* XXX: copy between two remote sites */
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: sftp-client.c,v 1.58 2006/01/02 01:20:31 djm Exp $");
|
RCSID("$OpenBSD: sftp-client.c,v 1.59 2006/02/15 05:08:24 david Exp $");
|
||||||
|
|
||||||
#include "openbsd-compat/sys-queue.h"
|
#include "openbsd-compat/sys-queue.h"
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ RCSID("$OpenBSD: sftp-client.c,v 1.58 2006/01/02 01:20:31 djm Exp $");
|
||||||
extern volatile sig_atomic_t interrupted;
|
extern volatile sig_atomic_t interrupted;
|
||||||
extern int showprogress;
|
extern int showprogress;
|
||||||
|
|
||||||
/* Minimum amount of data to read at at time */
|
/* Minimum amount of data to read at a time */
|
||||||
#define MIN_READ_SIZE 512
|
#define MIN_READ_SIZE 512
|
||||||
|
|
||||||
struct sftp_conn {
|
struct sftp_conn {
|
||||||
|
|
Loading…
Reference in New Issue