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/bin/scp delete previous and fix ...



details:   https://anonhg.NetBSD.org/src/rev/2dbbd49d7d09
branches:  trunk
changeset: 933727:2dbbd49d7d09
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 29 12:15:30 2020 +0000

description:
delete previous and fix bug instead.

diffstat:

 crypto/external/bsd/openssh/bin/scp/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r a936509e974f -r 2dbbd49d7d09 crypto/external/bsd/openssh/bin/scp/Makefile
--- a/crypto/external/bsd/openssh/bin/scp/Makefile      Fri May 29 12:14:49 2020 +0000
+++ b/crypto/external/bsd/openssh/bin/scp/Makefile      Fri May 29 12:15:30 2020 +0000
@@ -1,9 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 2020/05/29 10:01:23 kamil Exp $
+#      $NetBSD: Makefile,v 1.5 2020/05/29 12:15:30 christos Exp $
 
 BINDIR=/usr/bin
 
 PROG=  scp
 
-COPTS.scp.c += -Wno-format-nonliteral
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index