[sftp-client.c]
     typo in comment; ok djm@
This commit is contained in:
Damien Miller 2006-03-15 11:34:25 +11:00
parent d8702e865d
commit 0c8d8f68db
2 changed files with 6 additions and 3 deletions

View File

@ -107,6 +107,9 @@
- jmc@cvs.openbsd.org 2006/02/13 11:27:25
[sshd.8]
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
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@ -4008,4 +4011,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (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 $

View File

@ -20,7 +20,7 @@
/* XXX: copy between two remote sites */
#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"
@ -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 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
struct sftp_conn {