From owner-svn-src-all@FreeBSD.ORG Wed Mar 12 11:03:47 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4786206; Wed, 12 Mar 2014 11:03:47 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABA38C18; Wed, 12 Mar 2014 11:03:46 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id f8so2171204wiw.0 for ; Wed, 12 Mar 2014 04:03:45 -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:cc:content-type; bh=aV/VZ+lotF9oDxho4N/OdJEfJuXnWe0GN1JJlUrp/FI=; b=ws0XJtvDzpfd0wgMewCFHcfGgD2gErAIHW3tO1beVmNoP2sMAnJNf14KYb20hvzqf7 o3uj5WE22KeP/RpU8UTE0Iv7fWHTD8JXu/qGieFFw72lHhwGL2PqzsWGz2ePA1gYPQ+M 6NjF7JuwEdJzfqPIF04HLDn7CNaFiUvaJnkf00btp76ycXT0xP53/QnvHi2dw/Er4aBo LI6I90Po0HMpCbajzcc9DwrIgq7lZQTANwPTw2So5ZrEJjtmY8Z0TdvE65I35+oDvwVy MoiZ2D2dAlAXwA5fGZzM4JEX5Iw0hYuz+q7+jCZinhV04gBaSosGzD4KXsTz0B+QE8me 09MA== MIME-Version: 1.0 X-Received: by 10.194.108.162 with SMTP id hl2mr52140wjb.84.1394622225063; Wed, 12 Mar 2014 04:03:45 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.217.140.73 with HTTP; Wed, 12 Mar 2014 04:03:45 -0700 (PDT) In-Reply-To: <201403121045.s2CAjxnX025719@svn.freebsd.org> References: <201403121045.s2CAjxnX025719@svn.freebsd.org> Date: Wed, 12 Mar 2014 15:03:45 +0400 X-Google-Sender-Auth: lz5SXLg0houWUv259JPWf6BHQys Message-ID: Subject: Re: svn commit: r263086 - in stable/10: contrib/libpcap contrib/tcpdump etc/mtree include sbin/ifconfig sbin/ipfw sys/contrib/altq/altq sys/net sys/netpfil/ipfw sys/netpfil/pf usr.bin/kdump usr.bin/net... From: Sergey Kandaurov To: Gleb Smirnoff Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, 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: Wed, 12 Mar 2014 11:03:48 -0000 On 12 March 2014 14:45, Gleb Smirnoff wrote: > Author: glebius > Date: Wed Mar 12 10:45:58 2014 > New Revision: 263086 > URL: http://svnweb.freebsd.org/changeset/base/263086 > > Log: > Bulk sync of pf changes from head, in attempt to fixup broken build I > made in r263029. > > Merge r257186,257215,257349,259736,261797. > > These changesets split pfvar.h into several smaller headers and make > userland utilities to include only some of them. > Unfortunately, this doesn't fix build for me. You probably want this change: http://svnweb.freebsd.org/base/head/sys/sys/counter.h?r1=253082&r2=256514 (Note, the revision was partially reverted in head.) -- wbr, pluknet