From owner-svn-src-all@FreeBSD.ORG Thu Sep 5 14:44:42 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74153AB4; Thu, 5 Sep 2013 14:44:42 +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 F0154247A; Thu, 5 Sep 2013 14:44:41 +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 r85Eid3H014339; Thu, 5 Sep 2013 18:44:39 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r85EidXo014338; Thu, 5 Sep 2013 18:44:39 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 5 Sep 2013 18:44:39 +0400 From: Gleb Smirnoff To: Konstantin Belousov Subject: Re: svn commit: r255246 - head/sys/sys Message-ID: <20130905144439.GD4574@FreeBSD.org> References: <201309051346.r85DkU6U045151@svn.freebsd.org> <20130905140319.GX41229@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130905140319.GX41229@kib.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 14:44:42 -0000 On Thu, Sep 05, 2013 at 05:03:19PM +0300, Konstantin Belousov wrote: K> On Thu, Sep 05, 2013 at 01:46:30PM +0000, Gleb Smirnoff wrote: K> > Author: glebius K> > Date: Thu Sep 5 13:46:30 2013 K> > New Revision: 255246 K> > URL: http://svnweb.freebsd.org/changeset/base/255246 K> > K> > Log: K> > Fix build. K> > counter.h requires systm.h K> > K> > Modified: K> > head/sys/sys/sf_buf.h K> > K> > Modified: head/sys/sys/sf_buf.h K> > ============================================================================== K> > --- head/sys/sys/sf_buf.h Thu Sep 5 12:56:08 2013 (r255245) K> > +++ head/sys/sys/sf_buf.h Thu Sep 5 13:46:30 2013 (r255246) K> > @@ -54,6 +54,7 @@ struct sfstat { /* sendfile statistic K> > K> > #ifdef _KERNEL K> > #include K> > +#include K> > #include K> > struct mbuf; /* for sf_buf_mext() */ K> > K> IMO the counter.h (and sfstat, SFSTAT_INC) should be removed from the sf_buf.h. The problem is that SFSTAT_INC() is used in MD code. -- Totus tuus, Glebius.