From owner-svn-src-all@FreeBSD.ORG Sun Mar 23 06:11:38 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E34AF85; Sun, 23 Mar 2014 06:11:38 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6312C309; Sun, 23 Mar 2014 06:11:37 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.8/8.14.8) with ESMTP id s2N6BXvU034992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 23 Mar 2014 10:11:33 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.8/8.14.8/Submit) id s2N6BWCv034991; Sun, 23 Mar 2014 10:11:32 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sun, 23 Mar 2014 10:11:32 +0400 From: Gleb Smirnoff To: Adam Weinberger Subject: Re: svn commit: r263478 - in stable/10: share/man/man9 sys/contrib/ipfilter/netinet sys/net sys/netatalk sys/netinet sys/netinet6 sys/netipx sys/netpfil/pf sys/nfs usr.bin/netstat Message-ID: <20140323061132.GY1499@FreeBSD.org> References: <201403211515.s2LFFVUb064861@svn.freebsd.org> <532C9C02.5010409@freebsd.org> <532CA0AD.2000608@freebsd.org> <20140322211429.GA1584@apnoea.adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140322211429.GA1584@apnoea.adamw.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Andrey Chernov , svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 06:11:38 -0000 On Sat, Mar 22, 2014 at 05:14:29PM -0400, Adam Weinberger wrote: A> >> (2014/03/21 @ 1627 EST): Andrey Chernov said, in 1.1K: << A> > On 22.03.2014 0:07, Andrey Chernov wrote: A> > > /usr/src/usr.bin/netstat/route.c:333:7: error: format specifies type A> > > 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long A> > > long') [-Werror,-Wformat] A> > > kread_counter((u_long )rt->rt_pksent)); A> > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A> > A> > The whole expression is A> > len = snprintf(buffer, sizeof(buffer), "%lu", A> > kread_counter((u_long )rt->rt_pksent)); A> > A> > You can't print uint64_t kread_counter() using %lu on i386. A> >> end of "Re: svn commit: r263478 - in stable/10: share/man/man9 sys/contrib/ipfilter/netinet sys/net sys/netatalk sys/netinet sys/netinet6 sys/netipx sys/netpfil/pf sys/nfs usr.bin/netstat" from Andrey Chernov << A> A> Can somebody maybe merge r262819? 10-STABLE is unbuildable on i386 right A> now. I missed that one in the merge queue, sorry. It is merged now. I am investigating the counter.h breakage. -- Totus tuus, Glebius.