From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 30 05:48:49 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 326AED55; Tue, 30 Sep 2014 05:48:49 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A117EDEC; Tue, 30 Sep 2014 05:48:48 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id n3so775608wiv.5 for ; Mon, 29 Sep 2014 22:48:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=IsxpnHuYlddTsDqnG2fImsxbwAWTSPaG2rsWZlZC8V4=; b=zqvWF6lsJV3ydhsYYuvMF3XozCzWSmpVtttD3OUyNiSro6cwh/cfttnxoM33PFk6Y5 H50feecOWuc9oi+PCTmXRJPQm0TD8HwFiTT18ZHtzz0njhSu3etSpEr39prXtIxm/s6D Mv+zuQGGUXLmpKO3Yf77JsiBklT1pZhylsxs/ty0Xbz0LM2c8ZQyUcVynDXzPbcyek6d i055bLETLFOdHApGo2o0WY41yLzQCddGSXWXBS9NYK+btfBgwzEzXkd5AMfoj/vajYku r6Cz0a0M8N6Eqflq5M5DpswGNJm0SjrOrqOUkJlELCGDRRih2Lo/iMq+LP9IELnKstGm aYzw== MIME-Version: 1.0 X-Received: by 10.180.104.7 with SMTP id ga7mr2993308wib.36.1412056126994; Mon, 29 Sep 2014 22:48:46 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.164.130 with HTTP; Mon, 29 Sep 2014 22:48:46 -0700 (PDT) In-Reply-To: <201409280857.s8S8v8cG011117@svn.freebsd.org> References: <201409280857.s8S8v8cG011117@svn.freebsd.org> Date: Tue, 30 Sep 2014 07:48:46 +0200 X-Google-Sender-Auth: lKBZtP8-XYWJtuDBJFoBhotGIIY Message-ID: Subject: Re: svn commit: r272244 - head/sys/net From: Antoine Brodin To: Gleb Smirnoff , gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 05:48:49 -0000 On Sun, Sep 28, 2014 at 10:57 AM, Gleb Smirnoff wrote: > Author: glebius > Date: Sun Sep 28 08:57:07 2014 > New Revision: 272244 > URL: http://svnweb.freebsd.org/changeset/base/272244 > > Log: > Finally, convert counters in struct ifnet to counter(9). > > Sponsored by: Netflix > Sponsored by: Nginx, Inc. > > Modified: > head/sys/net/if.c > head/sys/net/if_lagg.c > head/sys/net/if_lagg.h > head/sys/net/if_var.h > head/sys/net/ifq.h Hi, This breaks devel/libgtop on head: http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p369565_s272290/logs/errors/libgtop-2.28.4_2.log Cheers, Antoine