svn commit: r289327 - head/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Wed Oct 14 18:32:08 UTC 2015


Author: bz
Date: Wed Oct 14 18:32:06 2015
New Revision: 289327
URL: https://svnweb.freebsd.org/changeset/base/289327

Log:
  Fix the dependencies to be similar to TCP as without TCP, e.g., NOIP kernels
  this will otherwise fail.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Oct 14 18:30:04 2015	(r289326)
+++ head/sys/conf/files	Wed Oct 14 18:32:06 2015	(r289327)
@@ -3682,7 +3682,7 @@ netinet/tcp_input.c		optional inet | ine
 netinet/tcp_lro.c		optional inet | inet6
 netinet/tcp_output.c		optional inet | inet6
 netinet/tcp_offload.c		optional tcp_offload inet | tcp_offload inet6
-netinet/tcp_pcap.c		optional tcppcap
+netinet/tcp_pcap.c		optional inet tcppcap | inet6 tcppcap
 netinet/tcp_reass.c		optional inet | inet6
 netinet/tcp_sack.c		optional inet | inet6
 netinet/tcp_subr.c		optional inet | inet6


More information about the svn-src-head mailing list