From owner-svn-src-head@FreeBSD.ORG  Wed Jan 23 11:31:12 2013
Return-Path: <owner-svn-src-head@FreeBSD.ORG>
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 2DB0980E;
 Wed, 23 Jan 2013 11:31:12 +0000 (UTC)
 (envelope-from baptiste.daroussin@gmail.com)
Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com
 [209.85.212.175])
 by mx1.freebsd.org (Postfix) with ESMTP id 3A53EABE;
 Wed, 23 Jan 2013 11:31:10 +0000 (UTC)
Received: by mail-wi0-f175.google.com with SMTP id hm11so598584wib.8
 for <multiple recipients>; Wed, 23 Jan 2013 03:31:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=x-received:sender:date:from:to:cc:subject:message-id:references
 :mime-version:content-type:content-disposition:in-reply-to
 :user-agent; bh=aUNv9EXSKPh8fnJaHnXaVGEBHL6Vd33dykcO7pIpZ+k=;
 b=gSEFNJ+LyoxQ90NScIlegT58SJ3fHnEYFLGEQOcGMfMQbZ2rtH5jCb2+t5ujwbXfFB
 xSg1KgIGGu1WmL7dJ5ZIE2ErJOFqoW4Ho5JyDqO58KCSpkj5JFMnlREi9cUrK1G5o2xM
 I6ZEUPjo4H48hkx97WDmrD9osCeMWFcu8Vy3gOBaGItbfEQ46dpBAVZsueK8Ao6uTmq4
 HV6XVNAKx+qNtrNpkRuD5p4zaxInkhq10S+M0K7Yq3wdEVZz+gBU7kAYNonnVnfxB1fL
 5tfWLuvbKYNGe0kDq8XZLKIH/D2bC3D6YA7JziO/JCQTtctoacAG2YjJFrNBWhUivS+x
 VzlQ==
X-Received: by 10.194.235.100 with SMTP id ul4mr1947365wjc.7.1358940664476;
 Wed, 23 Jan 2013 03:31:04 -0800 (PST)
Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188])
 by mx.google.com with ESMTPS id t17sm29060396wiv.6.2013.01.23.03.31.02
 (version=TLSv1 cipher=RC4-SHA bits=128/128);
 Wed, 23 Jan 2013 03:31:02 -0800 (PST)
Sender: Baptiste Daroussin <baptiste.daroussin@gmail.com>
Date: Wed, 23 Jan 2013 12:31:00 +0100
From: Baptiste Daroussin <bapt@FreeBSD.org>
To: Jason Evans <jasone@FreeBSD.org>
Subject: Re: svn commit: r245837 - head/usr.sbin/pkg_install/lib
Message-ID: <20130123113100.GI27275@ithaqua.etoilebsd.net>
References: <201301230722.r0N7MXbM000709@svn.freebsd.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature"; boundary="BWWlCdgt6QLN7tv3"
Content-Disposition: inline
In-Reply-To: <201301230722.r0N7MXbM000709@svn.freebsd.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
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
 <svn-src-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head>
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Jan 2013 11:31:12 -0000


--BWWlCdgt6QLN7tv3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Jan 23, 2013 at 07:22:33AM +0000, Jason Evans wrote:
> Author: jasone
> Date: Wed Jan 23 07:22:33 2013
> New Revision: 245837
> URL: http://svnweb.freebsd.org/changeset/base/245837
>=20
> Log:
>   Fix compilation errors.
>=20
> Modified:
>   head/usr.sbin/pkg_install/lib/pkgng.c
>=20
> Modified: head/usr.sbin/pkg_install/lib/pkgng.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/usr.sbin/pkg_install/lib/pkgng.c	Wed Jan 23 05:37:45 2013	(r2458=
36)
> +++ head/usr.sbin/pkg_install/lib/pkgng.c	Wed Jan 23 07:22:33 2013	(r2458=
37)
> @@ -50,8 +50,8 @@ void warnpkgng(void)
>  	if (pkgngdir =3D=3D NULL)
>  		pkgngdir =3D "/var/db/pkg";
> =20
> -	rc =3D snprintf(pkgngpath, sizeof(pkgngpath) "%s/local.sqlite", pkgngdi=
r);
> -	if (rc >=3D sizeof(pkgngpath)) {
> +	rc =3D snprintf(pkgngpath, sizeof(pkgngpath), "%s/local.sqlite", pkgngd=
ir);
> +	if ((size_t)rc >=3D sizeof(pkgngpath)) {
>  		warnx("path too long: %s/local.sqlite", pkgngdir);
>  		return;
>  	}
> _______________________________________________
> svn-src-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"

thanks and sorry about that

regards,
Bapt

--BWWlCdgt6QLN7tv3
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlD/yfQACgkQ8kTtMUmk6ExePACgpb1MLkbJFXZ58qtyESr3ZdQN
fhIAoKrHvqXfEs9peres/H90yhAL7J8I
=zI6k
-----END PGP SIGNATURE-----

--BWWlCdgt6QLN7tv3--