svn commit: r220480 - stable/8/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Sat Apr 9 10:44:01 UTC 2011


Author: bz
Date: Sat Apr  9 10:44:01 2011
New Revision: 220480
URL: http://svn.freebsd.org/changeset/base/220480

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

Modified:
  stable/8/sys/conf/files
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/conf/files
==============================================================================
--- stable/8/sys/conf/files	Sat Apr  9 10:40:17 2011	(r220479)
+++ stable/8/sys/conf/files	Sat Apr  9 10:44:01 2011	(r220480)
@@ -2535,7 +2535,7 @@ netinet/in_gif.c		optional gif inet | ne
 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-all mailing list