On Wed, Mar 6, 2013 at 10:47 AM, Peter Wemm <pe...@wemm.org> wrote:
> On Wed, Mar 6, 2013 at 5:46 AM, Dag-Erling Smørgrav <d...@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 - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV
bitcoin:188ZjyYLFJiEheQZw4UtU27e2FMLmuRBUE
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to