From owner-svn-src-all@FreeBSD.ORG Tue Oct 14 06:43:56 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A56DEB0; Tue, 14 Oct 2014 06:43:56 +0000 (UTC) Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com [IPv6:2607:f8b0:4002:c01::231]) (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 CA3CDE87; Tue, 14 Oct 2014 06:43:55 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id a41so4405668yho.36 for ; Mon, 13 Oct 2014 23:43:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=XoGEEra3DY8vC7BXz1L06vep0dC9AlViSkXi4LWlJDY=; b=mGIrDhTXQr9T2NEkBktz1ZW+SIACyKyp4/vpEhYfoLYYdVmXQjH9VL5LgMam1C1ARy +OGI4gGm6OwbnEGaUEtBGWmMeb2el6qd/TCIeDpS+94uQKsJFtrZCovEPh/wT10uphuE q2N6OSsz6Hr+sULb8+M+pBKQsLnoz5OIai+zw5jNQI6cB588XS2xy5enm2SFBr+GksuW ncX9XH/e7zb5CIv9hsp1cQk7Aoe6W0Gr/5ln0EdSLB04u3SOK9zHEuH0tDLn4/rScsJD pr/bP+c3OVuMnxienAy5wD+IwE9MGwnZ76/8WW5QUQ8OAEeB2E6uPIl7K7CMVSyN3dVi QpKw== MIME-Version: 1.0 X-Received: by 10.236.31.70 with SMTP id l46mr849096yha.123.1413269034775; Mon, 13 Oct 2014 23:43:54 -0700 (PDT) Received: by 10.170.59.65 with HTTP; Mon, 13 Oct 2014 23:43:54 -0700 (PDT) Date: Tue, 14 Oct 2014 09:43:54 +0300 Message-ID: Subject: Re: svn commit: r272244 - head/sys/net From: Markiyan Kushnir To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, kwm@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, gnome@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 14 Oct 2014 06:43:56 -0000 2014-10-13 15:37 GMT+03:00 Gleb Smirnoff : > On Mon, Oct 13, 2014 at 12:05:10PM +0300, Markiyan Kushnir wrote: > M> Gleb, looks like there is something to do for userland apps to let > M> them replace their old counter code. An example would be devel/libgtop > M> that is failing to build now (I'm on r273006 of base/head and r370733 > M> on ports/head): > > I have fixed all ports a week ago. Those that were trivial to test, > I committed myself. For others I sent patches to their maintainers. > Surprised that libgtop fix is still not committed. > ok, thanks for prompt response. I'm cc-ing libgtop's maintainer to let them know. > -- > Totus tuus, Glebius.