svn commit: r247904 - head/crypto/openssh

Sean Bruno seanwbruno at gmail.com
Thu Mar 7 02:40:15 UTC 2013


On Wed, 2013-03-06 at 23:22 +0000, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Wed Mar  6 23:22:40 2013
> New Revision: 247904
> URL: http://svnweb.freebsd.org/changeset/base/247904
> 
> Log:
>   Remove strnvis(), strvis(), strvisx().


I don't think that this is the "right" solution as it results in a
"derped" version of ssh.  I've been running *without* r247904 and the
following patch all day long without issue:

Index: crypto/openssh/config.h
===================================================================
--- crypto/openssh/config.h	(revision 247893)
+++ crypto/openssh/config.h	(working copy)
@@ -956,7 +956,7 @@
 #define HAVE_STRNLEN 1
 
 /* Define to 1 if you have the `strnvis' function. */
-#define HAVE_STRNVIS 1
+/* #undef HAVE_STRNVIS */
 
 /* Define to 1 if you have the `strptime' function. */
 #define HAVE_STRPTIME 1


Sean



More information about the svn-src-all mailing list