From owner-freebsd-current@FreeBSD.ORG Mon Oct 28 22:35:03 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47C6725A for ; Mon, 28 Oct 2013 22:35:03 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAAA324F0 for ; Mon, 28 Oct 2013 22:35:02 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r9SMZ0rY031859; Tue, 29 Oct 2013 02:35:00 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r9SMZ0VQ031858; Tue, 29 Oct 2013 02:35:00 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 29 Oct 2013 02:35:00 +0400 From: Gleb Smirnoff To: Outback Dingo Subject: Re: CUURENT kernel build broken - /usr/src/sys/dev/xen/netback/netback.c Message-ID: <20131028223500.GF52889@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 22:35:03 -0000 On Mon, Oct 28, 2013 at 05:33:23PM -0400, Outback Dingo wrote: O> /usr/src/sys/dev/xen/netback/netback.c O> /usr/src/sys/dev/xen/netback/netback.c:588:7: error: incomplete definition O> of type 'struct mbuf' O> if (m->m_flags & M_PKTHDR) { This one already fixed. Sorry. -- Totus tuus, Glebius.