Module Name:    src
Committed By:   christos
Date:           Wed Aug 17 05:32:09 UTC 2011

Modified Files:
        src/crypto/external/bsd/openssh/bin/ssh: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/bin/ssh/Makefile

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/bin/ssh/Makefile
diff -u src/crypto/external/bsd/openssh/bin/ssh/Makefile:1.6 src/crypto/external/bsd/openssh/bin/ssh/Makefile:1.7
--- src/crypto/external/bsd/openssh/bin/ssh/Makefile:1.6	Tue Jun 21 22:49:42 2011
+++ src/crypto/external/bsd/openssh/bin/ssh/Makefile	Wed Aug 17 01:32:09 2011
@@ -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

Reply via email to