svn commit: r193991 - head/sys/conf
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Jun 11 12:06:41 UTC 2009
Author: bz
Date: Thu Jun 11 12:06:37 2009
New Revision: 193991
URL: http://svn.freebsd.org/changeset/base/193991
Log:
ip_dummynet.c depends on INET.
Note: this may be more because of improper #ifdefs these days.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Thu Jun 11 12:01:14 2009 (r193990)
+++ head/sys/conf/files Thu Jun 11 12:06:37 2009 (r193991)
@@ -2362,7 +2362,7 @@ netinet/in_proto.c optional inet \
compile-with "${NORMAL_C} -I$S/contrib/pf"
netinet/in_rmx.c optional inet
netinet/ip_divert.c optional inet ipdivert ipfirewall
-netinet/ipfw/ip_dummynet.c optional dummynet
+netinet/ipfw/ip_dummynet.c optional inet dummynet
netinet/ip_ecn.c optional inet | inet6
netinet/ip_encap.c optional inet | inet6
netinet/ip_fastfwd.c optional inet
More information about the svn-src-head
mailing list