From: Darren Tucker Date: Sun, 8 Feb 2026 19:41:07 +0000 (+1100) Subject: Sync whitespace with upstream. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3742cc38a6aa48a653a1a6300bc825f083955af;p=thirdparty%2Fopenssh-portable.git Sync whitespace with upstream. --- diff --git a/log.c b/log.c index 679c24356..2dba5b57f 100644 --- a/log.c +++ b/log.c @@ -64,7 +64,6 @@ static log_handler_fn *log_handler; static void *log_handler_ctx; static char **log_verbose; static size_t nlog_verbose; - extern char *__progname; #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL) diff --git a/sftp.c b/sftp.c index 1e509f897..78b37ebbd 100644 --- a/sftp.c +++ b/sftp.c @@ -46,7 +46,6 @@ typedef void EditLine; #include #include #include - #include #include "xmalloc.h"