- jmc@cvs.openbsd.org 2003/11/08 19:17:29

[sftp-int.c]
     typos from Jonathon Gray;
This commit is contained in:
Damien Miller 2003-11-17 21:17:24 +11:00
parent a9fcd3ada2
commit 939cd38122
2 changed files with 6 additions and 3 deletions

View File

@ -20,6 +20,9 @@
[auth1.c] [auth1.c]
remove unused variable (pw). ok djm@ remove unused variable (pw). ok djm@
(id sync only - still used in portable) (id sync only - still used in portable)
- jmc@cvs.openbsd.org 2003/11/08 19:17:29
[sftp-int.c]
typos from Jonathon Gray;
20031115 20031115
- (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
@ -1440,4 +1443,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3102 2003/11/17 10:16:55 djm Exp $ $Id: ChangeLog,v 1.3103 2003/11/17 10:17:24 djm Exp $

View File

@ -25,7 +25,7 @@
/* XXX: recursive operations */ /* XXX: recursive operations */
#include "includes.h" #include "includes.h"
RCSID("$OpenBSD: sftp-int.c,v 1.63 2003/10/07 07:04:16 djm Exp $"); RCSID("$OpenBSD: sftp-int.c,v 1.64 2003/11/08 19:17:29 jmc Exp $");
#include "buffer.h" #include "buffer.h"
#include "xmalloc.h" #include "xmalloc.h"
@ -50,7 +50,7 @@ extern int num_requests;
/* This is set to 0 if the progressmeter is not desired. */ /* This is set to 0 if the progressmeter is not desired. */
int showprogress = 1; int showprogress = 1;
/* Seperators for interactive commands */ /* Separators for interactive commands */
#define WHITESPACE " \t\r\n" #define WHITESPACE " \t\r\n"
/* Define what type of ls view (0 - multi-column) */ /* Define what type of ls view (0 - multi-column) */