svn commit: r188133 - projects/tcp_cc_8.x/sys/conf

Lawrence Stewart lstewart at FreeBSD.org
Wed Feb 4 17:59:29 PST 2009


Author: lstewart
Date: Thu Feb  5 01:59:28 2009
New Revision: 188133
URL: http://svn.freebsd.org/changeset/base/188133

Log:
  Don't compile non-core CC modules into the kernel by default.

Modified:
  projects/tcp_cc_8.x/sys/conf/files

Modified: projects/tcp_cc_8.x/sys/conf/files
==============================================================================
--- projects/tcp_cc_8.x/sys/conf/files	Wed Feb  4 22:44:09 2009	(r188132)
+++ projects/tcp_cc_8.x/sys/conf/files	Thu Feb  5 01:59:28 2009	(r188133)
@@ -2355,8 +2355,6 @@ netinet/ip_options.c		optional inet
 netinet/ip_output.c		optional inet
 netinet/raw_ip.c		optional inet
 netinet/cc.c			optional inet
-netinet/cc_cubic.c		optional inet
-netinet/cc_htcp.c		optional inet
 netinet/sctp_asconf.c		optional inet sctp
 netinet/sctp_auth.c		optional inet sctp
 netinet/sctp_bsd_addr.c		optional inet sctp


More information about the svn-src-projects mailing list