svn commit: r193986 - head/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Thu Jun 11 10:40:44 UTC 2009


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


More information about the svn-src-all mailing list