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/ssh Remove gcc-4.5 hacks. I ...



details:   https://anonhg.NetBSD.org/src/rev/a42682966a82
branches:  trunk
changeset: 768449:a42682966a82
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 17 05:32:09 2011 +0000

description:
Remove gcc-4.5 hacks. I must have fixed them in a different pass.

diffstat:

 crypto/external/bsd/openssh/bin/ssh/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (18 lines):

diff -r 4ac49bcbdd3b -r a42682966a82 crypto/external/bsd/openssh/bin/ssh/Makefile
--- a/crypto/external/bsd/openssh/bin/ssh/Makefile      Wed Aug 17 05:30:01 2011 +0000
+++ b/crypto/external/bsd/openssh/bin/ssh/Makefile      Wed Aug 17 05:32:09 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2011/06/22 02:49:42 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2011/08/17 05:32:09 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -36,8 +36,3 @@
 .endif
 
 .include <bsd.prog.mk>
-
-# XXX
-.if ${HAVE_GCC} == 45
-COPTS.clientloop.c+= -Wno-error
-.endif



Home | Main Index | Thread Index | Old Index