svn commit: r220479 - stable/7/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Sat Apr 9 10:40:17 UTC 2011


Author: bz
Date: Sat Apr  9 10:40:17 2011
New Revision: 220479
URL: http://svn.freebsd.org/changeset/base/220479

Log:
  MFC r219580:
  
    INET6 for some time needed in_pcb.c so make sure we compile it in case of
    no inet.

Modified:
  stable/7/sys/conf/files
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/conf/files
==============================================================================
--- stable/7/sys/conf/files	Sat Apr  9 10:36:33 2011	(r220478)
+++ stable/7/sys/conf/files	Sat Apr  9 10:40:17 2011	(r220479)
@@ -1967,7 +1967,7 @@ netinet/in_gif.c		optional gif inet
 netinet/ip_gre.c		optional gre inet
 netinet/ip_id.c			optional inet
 netinet/in_mcast.c		optional inet
-netinet/in_pcb.c		optional inet
+netinet/in_pcb.c		optional inet | inet6
 netinet/in_proto.c		optional inet \
 	compile-with "${NORMAL_C} -I$S/contrib/pf"
 netinet/in_rmx.c		optional inet


More information about the svn-src-stable mailing list