Module Name:    src
Committed By:   rin
Date:           Fri Jul 28 04:40:54 UTC 2023

Modified Files:
        src/crypto/external/bsd/openssh/dist: scp.c

Log Message:
openssh: Adjust blank line to reduce diff from upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/crypto/external/bsd/openssh/dist/scp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssh/dist/scp.c
diff -u src/crypto/external/bsd/openssh/dist/scp.c:1.37 src/crypto/external/bsd/openssh/dist/scp.c:1.38
--- src/crypto/external/bsd/openssh/dist/scp.c:1.37	Wed Jul 26 17:58:15 2023
+++ src/crypto/external/bsd/openssh/dist/scp.c	Fri Jul 28 04:40:54 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: scp.c,v 1.37 2023/07/26 17:58:15 christos Exp $	*/
+/*	$NetBSD: scp.c,v 1.38 2023/07/28 04:40:54 rin Exp $	*/
 /* $OpenBSD: scp.c,v 1.253 2023/03/03 03:12:24 dtucker Exp $ */
 /*
  * scp - secure remote copy.  This is basically patched BSD rcp which
@@ -73,7 +73,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: scp.c,v 1.37 2023/07/26 17:58:15 christos Exp $");
+__RCSID("$NetBSD: scp.c,v 1.38 2023/07/28 04:40:54 rin Exp $");
 
 #include <sys/param.h>	/* roundup MAX */
 #include <sys/types.h>
@@ -1111,6 +1111,7 @@ toremote(int argc, char **argv, enum scp
 				addargs(&alist, "%s",
 				    remote_remote_args.list[j]);
 			}
+
 			if (sport != -1) {
 				addargs(&alist, "-p");
 				addargs(&alist, "%d", sport);

Reply via email to