mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
- jmc@cvs.openbsd.org 2003/11/08 19:17:29
[sftp-int.c] typos from Jonathon Gray;
This commit is contained in:
parent
a9fcd3ada2
commit
939cd38122
@ -20,6 +20,9 @@
|
||||
[auth1.c]
|
||||
remove unused variable (pw). ok djm@
|
||||
(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
|
||||
- (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.
|
||||
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 $
|
||||
|
@ -25,7 +25,7 @@
|
||||
/* XXX: recursive operations */
|
||||
|
||||
#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 "xmalloc.h"
|
||||
@ -50,7 +50,7 @@ extern int num_requests;
|
||||
/* This is set to 0 if the progressmeter is not desired. */
|
||||
int showprogress = 1;
|
||||
|
||||
/* Seperators for interactive commands */
|
||||
/* Separators for interactive commands */
|
||||
#define WHITESPACE " \t\r\n"
|
||||
|
||||
/* Define what type of ls view (0 - multi-column) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user