Date: Thu, 11 Jun 2009 10:40:43 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193986 - head/sys/conf Message-ID: <200906111040.n5BAehur044716@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Thu Jun 11 10:40:43 2009 New Revision: 193986 URL: http://svn.freebsd.org/changeset/base/193986 Log: if_bridge(4) unfortunately is missing a lot of #ifdef INETs and thus INET is a mandatory dependency at the moment. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Thu Jun 11 10:32:13 2009 (r193985) +++ head/sys/conf/files Thu Jun 11 10:40:43 2009 (r193986) @@ -2186,7 +2186,7 @@ net/ieee8023ad_lacp.c optional lagg net/if.c standard net/if_arcsubr.c optional arcnet net/if_atmsubr.c optional atm -net/if_bridge.c optional bridge | if_bridge +net/if_bridge.c optional bridge inet | if_bridge inet net/if_clone.c standard net/if_dead.c standard net/if_disc.c optional disc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111040.n5BAehur044716>