From owner-svn-src-head@FreeBSD.ORG Wed Mar 6 18:47:43 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37AFDF4F for ; Wed, 6 Mar 2013 18:47:42 +0000 (UTC) (envelope-from peter@wemm.org) Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) by mx1.freebsd.org (Postfix) with ESMTP id 65937E9E for ; Wed, 6 Mar 2013 18:47:42 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id m1so6928635ves.8 for ; Wed, 06 Mar 2013 10:47:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=google; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=XybkFQiQVo+gyAjcMhyXBZJz5nZ/eiZ0VBfFJXLdDe4=; b=cyRr0nkfoEkl0cs4g7Owuu+gmPYzxp0TaZFLzTao4DgARZ4yOsVW1v7crDP07Tn8wz xhQYjy99pOt3haTCUACLmLoGkZZlOaiVaqDKRwlAnJ3DP0P9NdrtcfRB1EaHrqqPtZcY hYErqtX35hivjhA4E76gsWycvz8oEoFBXLeLA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding :x-gm-message-state; bh=XybkFQiQVo+gyAjcMhyXBZJz5nZ/eiZ0VBfFJXLdDe4=; b=RCWK9fOeVYgi5kK0jPBQHtAZVBd2pCRbpy4r7i0AE/2+OHfLs80TPXrTShyjFVpGBD 9exzuWC2Fvobx5sBtdVyYUhtasYYHIQmmkboynw2To31Et6uq6QXFwioauwma/9xws8o nSDbAMmBQ0DuZ+BUhbILRJUu4mRSKFosuREJCDFosJGPX/0j/ubNRdBx3c9MTkheRCah y82DkvKK48yGgV+Z57/a9F8WzA7riMoLDIKYYw4/gH9KVGGcwHprt8J9V5xW7awoz0tv L+OdbHe4+y05CHYmqyeF3Yd4i0U3WNlVrhK4sDTvCZWw54nhYf5LxBmQXIhi8RK4diH3 wdxw== MIME-Version: 1.0 X-Received: by 10.52.72.137 with SMTP id d9mr10305346vdv.105.1362595655760; Wed, 06 Mar 2013 10:47:35 -0800 (PST) Received: by 10.221.11.72 with HTTP; Wed, 6 Mar 2013 10:47:35 -0800 (PST) In-Reply-To: <201303061346.r26DkKab034460@svn.freebsd.org> References: <201303061346.r26DkKab034460@svn.freebsd.org> Date: Wed, 6 Mar 2013 10:47:35 -0800 Message-ID: Subject: Re: svn commit: r247892 - head/crypto/openssh From: Peter Wemm To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQk/oiUE4pkc9EiSBGrUcMJ+mvXL8OB9oqLdXyUgesCW9X7Bn7sTm4dZr9FWJRFuN4utXElO Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 18:47:43 -0000 On Wed, Mar 6, 2013 at 5:46 AM, Dag-Erling Sm=F8rgrav wro= te: > @@ -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: =3D=3D=3D> 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 ... --=20 Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV