From owner-svn-src-head@FreeBSD.ORG Tue Jul 31 03:53:31 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 111B8106568C; Tue, 31 Jul 2012 03:53:31 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 93B4B8FC1A; Tue, 31 Jul 2012 03:53:30 +0000 (UTC) Received: by obbun3 with SMTP id un3so12820370obb.13 for ; Mon, 30 Jul 2012 20:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ELKuE3+kbTQXT9t9BS3HwhCssiTtdhrSlSNGqU9enGk=; b=EIlGSahJBAp1Zk744Lo6NoXrqVXvGdInGgMwuAeAuDrSfHyDqeAt8JWTQKSVDM1J93 4hFE4L4OXk+ZDYK/omOXBKQQLa3h4wzEO9VkiRit3BsGxn257vK6B5w7b+3vnWmf/puq +WT/djrzqvwTC94WtJvzypJXJNUoHw8s1MHTnPFx4Es7igVkAUgJStIgXl6BoF4K/Gwj 7Bnh27QCxDN/oVMGagI9RTHQFy0vGDvkIoV14Nhh6WBxcx6aGswwE4EvHMuzjo2cENRb 3x7o/DXSHMVi+w45WJf5m2U7xNwQVRcp5EzEKRb8F8MyXyBrC+hmFzcAqLrETa41R3YP 7zqQ== MIME-Version: 1.0 Received: by 10.60.19.232 with SMTP id i8mr20756237oee.35.1343706810016; Mon, 30 Jul 2012 20:53:30 -0700 (PDT) Received: by 10.76.84.7 with HTTP; Mon, 30 Jul 2012 20:53:29 -0700 (PDT) In-Reply-To: <5017554E.2020806@FreeBSD.org> References: <201207301821.q6UILnA8022241@svn.freebsd.org> <5017554E.2020806@FreeBSD.org> Date: Mon, 30 Jul 2012 20:53:29 -0700 Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, Luigi Rizzo , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r238912 - head/sys/dev/netmap X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 31 Jul 2012 03:53:31 -0000 On Mon, Jul 30, 2012 at 8:47 PM, Doug Barton wrote: > It seems this broke the build? > > > On 07/30/2012 11:21, Luigi Rizzo wrote: >> Author: luigi >> Date: Mon Jul 30 18:21:48 2012 >> New Revision: 238912 >> URL: http://svn.freebsd.org/changeset/base/238912 >> >> Log: >> - move the inclusion of netmap headers to the common part of the code; This part did in particular. I CCed Luigi about the issue this morning. Thanks! -Garrett