svn commit: r247892 - head/crypto/openssh

Peter Wemm peter at wemm.org
Wed Mar 6 18:59:57 UTC 2013


On Wed, Mar 6, 2013 at 10:47 AM, Peter Wemm <peter at wemm.org> wrote:
> On Wed, Mar 6, 2013 at 5:46 AM, Dag-Erling Smørgrav <des at freebsd.org> wrote:
>
>> @@ -931,8 +952,11 @@
>>  /* Define to 1 if you have the `strmode' function. */
>>  #define HAVE_STRMODE 1
>>
>> +/* Define to 1 if you have the `strnlen' function. */
>> +#define HAVE_STRNLEN 1
>> +
>>  /* Define to 1 if you have the `strnvis' function. */
>> -/* #undef HAVE_STRNVIS */
>> +#define HAVE_STRNVIS 1
>
>
> We may have a derp moment here:
> ===> secure/libexec/sftp-server (all)
> ...
> /usr/obj/scratch/src/tmp/usr/lib/libssh.so: undefined reference to
> `ssh_strnvis'^M
> cc: error: linker command failed with exit code 1 (use -v to see invocation)^M
> ...


Probably need to remove:
 * $FreeBSD: head/crypto/openssh/ssh_namespace.h 240075 2012-09-03
16:51:41Z des $
...
#define strnvis                                 ssh_strnvis
...
if the compat stub is being disabled.


-- 
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com; KI6FJV
bitcoin:188ZjyYLFJiEheQZw4UtU27e2FMLmuRBUE


More information about the svn-src-all mailing list