From owner-svn-src-head@FreeBSD.ORG Sat Oct 10 14:10:08 2009 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 9B9D81065679; Sat, 10 Oct 2009 14:10:08 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 543948FC1F; Sat, 10 Oct 2009 14:10:08 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 8A7E441C6BB; Sat, 10 Oct 2009 16:10:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id QXaekqzfLoQQ; Sat, 10 Oct 2009 16:10:06 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 0714A41C66F; Sat, 10 Oct 2009 16:10:06 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id DACC94448E6; Sat, 10 Oct 2009 14:09:13 +0000 (UTC) Date: Sat, 10 Oct 2009 14:09:13 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Michael Tuexen In-Reply-To: <200910101359.n9ADxJBl083948@svn.freebsd.org> Message-ID: <20091010140858.T5956@maildrop.int.zabbadoz.net> References: <200910101359.n9ADxJBl083948@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197929 - head/sys/netinet 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: Sat, 10 Oct 2009 14:10:08 -0000 On Sat, 10 Oct 2009, Michael Tuexen wrote: > Author: tuexen > Date: Sat Oct 10 13:59:18 2009 > New Revision: 197929 > URL: http://svn.freebsd.org/changeset/base/197929 > > Log: > Correct include order as indicated by bz. > > Approved by: re (mentor) s,re,rrs, ? > MFC after: 3 days > > Modified: > head/sys/netinet/sctp_os_bsd.h > > Modified: head/sys/netinet/sctp_os_bsd.h > ============================================================================== > --- head/sys/netinet/sctp_os_bsd.h Sat Oct 10 03:32:46 2009 (r197928) > +++ head/sys/netinet/sctp_os_bsd.h Sat Oct 10 13:59:18 2009 (r197929) > @@ -67,6 +67,7 @@ __FBSDID("$FreeBSD$"); > #include > #include > #include > +#include > > #include > #include > @@ -77,8 +78,6 @@ __FBSDID("$FreeBSD$"); > #include > #include > > -#include > - > #ifdef IPSEC > #include > #include > -- Bjoern A. Zeeb It will not break if you know what you are doing.