From owner-svn-src-all@FreeBSD.ORG Tue Jun 9 11:31:47 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B2C4106564A; Tue, 9 Jun 2009 11:31:47 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 49CD68FC14; Tue, 9 Jun 2009 11:31:47 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n59BVlgB069148; Tue, 9 Jun 2009 11:31:47 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n59BVlv0069147; Tue, 9 Jun 2009 11:31:47 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200906091131.n59BVlv0069147@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 9 Jun 2009 11:31:47 +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: r193824 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 09 Jun 2009 11:31:47 -0000 Author: bz Date: Tue Jun 9 11:31:47 2009 New Revision: 193824 URL: http://svn.freebsd.org/changeset/base/193824 Log: For now only compile flowtable.c if both options FLOWTABLE and INET are given. This will also work when we add IPv6 support as for now INET6 depends on INET. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Tue Jun 9 11:21:36 2009 (r193823) +++ head/sys/conf/files Tue Jun 9 11:31:47 2009 (r193824) @@ -2180,7 +2180,7 @@ net/bpf_jitter.c optional bpf_jitter net/bpf_filter.c optional bpf | netgraph_bpf net/bpf_zerocopy.c optional bpf net/bridgestp.c optional bridge | if_bridge -net/flowtable.c optional flowtable +net/flowtable.c optional flowtable inet net/ieee8023ad_lacp.c optional lagg net/if.c standard net/if_arcsubr.c optional arcnet