From owner-svn-src-head@FreeBSD.ORG Mon Feb 16 19:37:45 2015 Return-Path: Delivered-To: svn-src-head@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 91840779; Mon, 16 Feb 2015 19:37:45 +0000 (UTC) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 181B7617; Mon, 16 Feb 2015 19:37:44 +0000 (UTC) Received: by lbdu14 with SMTP id u14so511309lbd.1; Mon, 16 Feb 2015 11:37:37 -0800 (PST) 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=23IK7RmD+PCY4afsJXXjMzxyn5iNL1Ox/ghbCT9bGOM=; b=XaL6a5aMGniRhH7dVX4fq/sv66VsQ+xl1IZOgRnvCZ84WCpEogIr5c+1mHSeTjhYJo kFetcN7AD6LM4XJ0oTQ8I3aYS/zc3ZLeDO36hTktxSTI/3uAuXizxHp+NCdx0oxmPmWh 2oE8v87V85zGl5yHWGscfFaAJrkXCvoAwA2LO0CIDaoq7Du1G2NLQrU6c4lKkNs6b9qB PrGpJah/cXG+ue1s3TeeuwU/cR+nWVtim3fFS6p0hBs6KEtSDNxKc2A7IBYHPrTzn41J Blaz0fq53TjmPFx0owQzJVPXjzJYc6y/i64QmtcJIAqrEe3iL34ZpCqTJXhihwM+K0wk UkGQ== MIME-Version: 1.0 X-Received: by 10.152.87.84 with SMTP id v20mr25117666laz.81.1424115457092; Mon, 16 Feb 2015 11:37:37 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.28.40 with HTTP; Mon, 16 Feb 2015 11:37:37 -0800 (PST) In-Reply-To: <20150216193154.GJ15484@FreeBSD.org> References: <201502161806.t1GI6PZh058915@svn.freebsd.org> <20150216193154.GJ15484@FreeBSD.org> Date: Mon, 16 Feb 2015 11:37:37 -0800 X-Google-Sender-Auth: ZtJ3x-lxDlGrk0a5yTaw1p6U4-A Message-ID: Subject: Re: svn commit: r278858 - head/sys/net From: Craig Rodrigues To: Gleb Smirnoff Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Brad Davis X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:37:45 -0000 On Mon, Feb 16, 2015 at 11:31 AM, Gleb Smirnoff wrote: > On Mon, Feb 16, 2015 at 06:06:25PM +0000, Brad Davis wrote: > B> Author: brd (doc committer) > B> Date: Mon Feb 16 18:06:24 2015 > B> New Revision: 278858 > B> URL: https://svnweb.freebsd.org/changeset/base/278858 > B> > B> Log: > B> Fix build. > B> > B> Approved by: gibbs > > Thanks, Brad and Justin. My failure. > I think it is hilarious that you criticized me for breaking the build in PF, and at *almost the same time*, you broke the build in PF. LOL! Hopefully, we can move on from this and get everyone's fixes in to help improve the PF code. -- Craig