summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sftp-int.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6af457bc8..e688333f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
20 [auth1.c] 20 [auth1.c]
21 remove unused variable (pw). ok djm@ 21 remove unused variable (pw). ok djm@
22 (id sync only - still used in portable) 22 (id sync only - still used in portable)
23 - jmc@cvs.openbsd.org 2003/11/08 19:17:29
24 [sftp-int.c]
25 typos from Jonathon Gray;
23 26
2420031115 2720031115
25 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and 28 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
@@ -1440,4 +1443,4 @@
1440 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1443 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1441 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1444 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1442 1445
1443$Id: ChangeLog,v 1.3102 2003/11/17 10:16:55 djm Exp $ 1446$Id: ChangeLog,v 1.3103 2003/11/17 10:17:24 djm Exp $
diff --git a/sftp-int.c b/sftp-int.c
index 2deb29bb1..bc5cce8de 100644
--- a/sftp-int.c
+++ b/sftp-int.c
@@ -25,7 +25,7 @@
25/* XXX: recursive operations */ 25/* XXX: recursive operations */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: sftp-int.c,v 1.63 2003/10/07 07:04:16 djm Exp $"); 28RCSID("$OpenBSD: sftp-int.c,v 1.64 2003/11/08 19:17:29 jmc Exp $");
29 29
30#include "buffer.h" 30#include "buffer.h"
31#include "xmalloc.h" 31#include "xmalloc.h"
@@ -50,7 +50,7 @@ extern int num_requests;
50/* This is set to 0 if the progressmeter is not desired. */ 50/* This is set to 0 if the progressmeter is not desired. */
51int showprogress = 1; 51int showprogress = 1;
52 52
53/* Seperators for interactive commands */ 53/* Separators for interactive commands */
54#define WHITESPACE " \t\r\n" 54#define WHITESPACE " \t\r\n"
55 55
56/* Define what type of ls view (0 - multi-column) */ 56/* Define what type of ls view (0 - multi-column) */