From owner-svn-src-head@FreeBSD.ORG Wed Dec 16 13:00:39 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 75D24106568D; Wed, 16 Dec 2009 13:00:39 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 644D58FC0A; Wed, 16 Dec 2009 13:00:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nBGD0dI1099410; Wed, 16 Dec 2009 13:00:39 GMT (envelope-from luigi@svn.freebsd.org) Received: (from luigi@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBGD0dEV099407; Wed, 16 Dec 2009 13:00:39 GMT (envelope-from luigi@svn.freebsd.org) Message-Id: <200912161300.nBGD0dEV099407@svn.freebsd.org> From: Luigi Rizzo Date: Wed, 16 Dec 2009 13:00:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200603 - head/sys/netinet/ipfw 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: Wed, 16 Dec 2009 13:00:39 -0000 Author: luigi Date: Wed Dec 16 13:00:37 2009 New Revision: 200603 URL: http://svn.freebsd.org/changeset/base/200603 Log: bring back a couple of #include that are supplied by nesting, and explain why they are used. Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c head/sys/netinet/ipfw/ip_fw_sockopt.c Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c ============================================================================== --- head/sys/netinet/ipfw/ip_fw_dynamic.c Wed Dec 16 12:25:27 2009 (r200602) +++ head/sys/netinet/ipfw/ip_fw_dynamic.c Wed Dec 16 13:00:37 2009 (r200603) @@ -66,8 +66,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include /* IN6_ARE_ADDR_EQUAL */ #ifdef INET6 -#include #include #include #endif Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c ============================================================================== --- head/sys/netinet/ipfw/ip_fw_sockopt.c Wed Dec 16 12:25:27 2009 (r200602) +++ head/sys/netinet/ipfw/ip_fw_sockopt.c Wed Dec 16 13:00:37 2009 (r200603) @@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include /* struct m_tag used by nested headers */ #include #include #include