Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssh/dist oepnssh: trailing tab
details: https://anonhg.NetBSD.org/src/rev/8c246bdf6bc9
branches: trunk
changeset: 378241:8c246bdf6bc9
user: rin <rin%NetBSD.org@localhost>
date: Fri Jul 28 04:52:23 2023 +0000
description:
oepnssh: trailing tab
diffstat:
crypto/external/bsd/openssh/dist/sftp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bfd7dbc3a576 -r 8c246bdf6bc9 crypto/external/bsd/openssh/dist/sftp.c
--- a/crypto/external/bsd/openssh/dist/sftp.c Fri Jul 28 04:49:38 2023 +0000
+++ b/crypto/external/bsd/openssh/dist/sftp.c Fri Jul 28 04:52:23 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sftp.c,v 1.37 2023/07/26 17:58:15 christos Exp $ */
+/* $NetBSD: sftp.c,v 1.38 2023/07/28 04:52:23 rin Exp $ */
/* $OpenBSD: sftp.c,v 1.229 2023/03/12 09:41:18 dtucker Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm%openbsd.org@localhost>
@@ -17,7 +17,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: sftp.c,v 1.37 2023/07/26 17:58:15 christos Exp $");
+__RCSID("$NetBSD: sftp.c,v 1.38 2023/07/28 04:52:23 rin Exp $");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>
@@ -2019,7 +2019,7 @@ complete_match(EditLine *el, struct sftp
remote_glob(conn, tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
} else
glob(tmp, GLOB_LIMIT|GLOB_DOOFFS|GLOB_MARK, NULL, &g);
-
+
/* Determine length of pwd so we can trim completion display */
for (hadglob = tmplen = pwdlen = 0; tmp[tmplen] != 0; tmplen++) {
/* Terminate counting on first unescaped glob metacharacter */
Home |
Main Index |
Thread Index |
Old Index